Skip to content

Commit

Permalink
Working conda build. Suffering from #17
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMChan committed Sep 6, 2018
1 parent 27bdf8f commit aa50f2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions build.sh
Expand Up @@ -2,6 +2,7 @@ git submodule init
git submodule update
cd ./build
cmake .. -DBUILD_PYTHON=TRUE -DWITH_MKL=FALSE -DCMAKE_C_COMPILER=gcc-4.9 -DCMAKE_CXX_COMPILER=g++-4.9
make -j4
make
cd python/
pip install -e .
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
cp -r ../lib/* $PREFIX/lib/
6 changes: 3 additions & 3 deletions meta.yaml
Expand Up @@ -14,21 +14,21 @@ requirements:
- python
- gcc_49
- cmake
- cudatoolkit >=8.0
- cudatoolkit ==9.0
- setuptools
- openblas
- libgfortran
host:
- python
- openblas
- setuptools
- cudatoolkit >=8.0
- cudatoolkit ==9.0
- numpy >=1.14.1
- libgfortran
run:
- python
- openblas
- cudatoolkit >=8.0
- cudatoolkit ==9.0
- numpy >=1.14.1
- libgfortran

Expand Down

0 comments on commit aa50f2c

Please sign in to comment.