Skip to content

Commit

Permalink
SCREAMING
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Sep 18, 2023
1 parent 4d5857a commit 3768bb4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@
# binary


echo "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
which python
echo "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
make clean
make
echo "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
python -c "import rmgpy.molecule"
echo "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
which python
echo $PREFIX
echo "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
julia -e 'using Pkg; Pkg.add("PyCall"); ENV["PYTHON"]=$PREFIX/bin/python; Pkg.build("PyCall")'
echo "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
julia -e 'using Pkg; Pkg.build("PyCall"); Pkg.add(PackageSpec(name="Functors",version="0.4.3")); Pkg.pin("Functors"); Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg")); using ReactionMechanismSimulator'
echo "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
julia -e 'using Pkg; Pkg.add(PackageSpec(name="Functors",version="0.4.3")); Pkg.pin("Functors"); Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg")); using ReactionMechanismSimulator'

0 comments on commit 3768bb4

Please sign in to comment.