Skip to content

Commit 4d5857a

Browse files
committed
add some debugging info
1 parent fc706bc commit 4d5857a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.conda/build.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
# binary
55

66

7+
which python
78
make clean
89
make
10+
python -c "import rmgpy.molecule"
11+
which python
12+
echo $PREFIX
913
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
10-
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'
14+
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'

0 commit comments

Comments
 (0)