Skip to content

Commit

Permalink
DROP ME add bash debug mode to the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Mar 31, 2024
1 parent ce8223b commit 9a64862
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ make install
export PYTHON=$PREFIX/bin/python
export PYTHONPATH=$SRC_DIR:$PYTHONPATH
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'

set +x

0 comments on commit 9a64862

Please sign in to comment.