-
https://github.com/craftr-build/maxon.c4d
-
The current project structure is shown below:
```sh
./ Makefile and configure scripts.
./deb deb packaging configuration and generated deb packages
./docs …
-
I am not sure if this broke due to a change in Craftr or the Travis CI environment. Lately, I get the following error when using OSX on Travis. It does not appear on Linux. What I do know is that we d…
-
YAML looks a bit cleaner. It could be the default manifest format, and keep JSON for backwards compatibility. Example:
```yaml
name: "somelib"
version: "1.0.0"
author: "Niklas Rosenstein "
url:…
-
When you do `craftr export` the first time, Craftr should create a file that lists up the exact version of the Craftr packages. Or maybe there should be a flag to turn this behaviour on. Either way, w…
-
Craftr checks the MSVC version and errors when no `cl` executable could be found. It would be nice if it was possible to use the `maxon.c4d` module without MSVC in the path for the `maxon.c4d.python` …
-
This feature is currently disabled in Craftr 2.x because there is currently no option to specify `buildtype=external` as it was possible in Craftr 1.
-
Hi! I'm getting this warning with MSVC 2015 (19.00.23918)
```
craftr.lib.strict-variant-1.0.0\data/strict-variant-0.3\include\strict_variant/variant.hpp(183): warning C4348: 'strict_variant::varia…
-
This took me a while to debug. :) But I found that if you have a `c_compile` statement when the `inputs` arg is an empty list, then Craftr will go ahead and create a `ninja.build` file for that target…
-
```
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/craftr/envs/stable/lib/python3.4/site-packages/sphinx/ext/autodoc.py", line 385, in import_object
__…