Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 45a07b9

Browse files
author
Ehsan Totoni
committed
use setup.py develop to fix build for now
1 parent 5eb69c8 commit 45a07b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

buildscripts/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ source activate $CONDA_ENV
2323
# popd
2424

2525
# build HPAT
26-
HDF5_DIR=$CONDA_PREFIX python setup.py install
26+
HDF5_DIR=$CONDA_PREFIX python setup.py develop
27+
# TODO: fix regular install
28+
# HDF5_DIR=$CONDA_PREFIX python setup.py build install

0 commit comments

Comments
 (0)