-
Follow package organization established in #24.
* For check_code_extension(), why not just pass it the extension directly rather than the software name; so we could say in build.py:
```
check_…
-
See https://github.com/gslab-econ/template/issues/19#issuecomment-259721983 and http://www.scons.org/doc/2.0.1/HTML/scons-user/c3833.html. Should be implemented in gslab_scons.
-
First follow up to #19. The below points are a combination of comments from different people (many from MG's https://github.com/gslab-econ/template/issues/19#issuecomment-259769756).
Steps:
- Com…
-
I am trying to install Haskell package `cuda` from the git repository on Windows 8.1 with CUDA-8.0, because it is listed as a dependency for `accelerate-llvm-ptx-1.0.0.1` (https://github.com/Accelerat…
-
The method `AddOnManager.getBeastDirectories()` returns a list of directories that "may contain packages". All jar files within the lib/ subdirectory of these directories are loaded by `AddOnManager.…
-
Does accelerate-llvm support windows platform with MinGW? I compiled LLVM-4.0 using MinGW on windows (see my gist: https://gist.github.com/yuhangwang/380b94bebe2af386fea9d2e352dbae52 ). I have also i…
-
See https://github.com/gslab-econ/congress_text/issues/172#issuecomment-293354138.
-
I am having trouble with installing `llvm-hs` on Windows 8.1 with MinGW64 (see: https://github.com/AccelerateHS/accelerate-llvm/issues/23#issuecomment-311548820 ). Could you gave me some pointers on h…
-
It can simplify dependency tracking if SCons allows directories to be tracked as sources and targets, not just files within directories. In this issue, I'll explore how feasible a setup like this is. …
-
Sorry, only the second time I've used Git in a number of years, so I'm posting this one-line fix here.
Adding sys.platform check at line 85 allows use of system installation of engine on linux. No…