Christian Sachs

Results 13 comments of Christian Sachs

I just stumbled upon a similar problem … i.e. that `conda build` supports multiple recipe paths to be passed, but `conda mambabuild` doesn't. I was just about to submit a...

@wolfv implemented like this it will still only handle one recipe, in contrast to what the help text suggests and `conda build` can do

No problem! A quick workaround would be passing whole `config.recipe` not just `config.recipe[0]` to `api.build(…)` (not `api.test(…)` tho). But still I wonder if the 're-implementing parsing/handling logic' is even needed...

Hello @nunobrito, if you just want to test the code, you can use the freely available Octave (a MATLAB-compatible programming language). Besides, to whom it may concern, here's a Python...

> A nice package, but probably too niche to warrant to the changes. I might change my mind if this gains a larger user base in the future. That said,...

> > I would then keep this PR open, so that people with a similar problem can find it. > > Sounds good to me. > > > The branch...

@losoliveirasilva `stdint.h` should be included in all MinGW distributions, it's only needed for older versions of VC which lack it. As such, it should compile/work with MinGW. In general, MinGW...

@wlfbck Hi, the problem is that AppVeyor has introduced a time limit for artifact storage: They are deleted after 6 months now. I've rebuilt the commit, the new links are:...

While it was a bit of work, I've merged the two approaches. The AppVeyor configuration now runs tests under cygwin, and builds DLLs using MSVC, aswell. (Sadly the cygwin in...

Please excuse my belated reply, I was on vacation. I've pushed new commits. The tests seem to have some stochasticity to them, as they work sometimes and fail sometimes for...