Skip to content

Commit

Permalink
move make install to where it is in the pure-python conda build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Apr 1, 2024
1 parent 685168f commit 87d0ae5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
set -x
# as done in the pure-python conda recipe
make install
python -c "from rmgpy.molecule import Molecule"

# attempting to run the Julia install
# from https://github.com/ReactionMechanismGenerator/RMG-Py/pull/2631#issuecomment-1998723914
#make julia directory
mkdir -p ${PREFIX}/share/julia/site
Expand All @@ -20,7 +24,6 @@ else
# echo 'sed -i \'/julia.install/d\' $ACTIVATE_ENV' >> $ACTIVATE_ENV
fi

make install
export PYTHON=$PREFIX/bin/python
export PYTHONPATH=$SRC_DIR:$PYTHONPATH
echo "testing rmgpy"
Expand Down

0 comments on commit 87d0ae5

Please sign in to comment.