项目文件夹

文件
Quan (Andy) Gan 5e17ef5d93 [Release] Fix Conda CMake flags (#907)
* [Release] Fix CMake flags

* more fix
2019-10-07 17:26:57 +08:00

9 行
239 B
Bash

git submodule init
git submodule update --recursive
mkdir build
cd build
cmake -DUSE_CUDA=$USE_CUDA -DUSE_OPENMP=ON -DCUDA_ARCH_NAME=All ..
make
cd ../python
$PYTHON setup.py install --single-version-externally-managed --record=record.txt