File tree Expand file tree Collapse file tree 5 files changed +27
-6
lines changed Expand file tree Collapse file tree 5 files changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: gpg
22channels :
33 - conda-forge
44dependencies :
5+ - pkgconfig
6+ - boost=1.74.0
7+ - armadillo=9.900.4
58 - make
6- - cmake
7- - python=3.9
9+ - cmake=3.28.1
10+ - python=3.10
811 - eigen=3.4.0
912 - python-devtools=0.9.0
1013 - pybind11
Original file line number Diff line number Diff line change 1+ channels :
2+ - conda-forge
3+ dependencies :
4+ - gmp
5+ - gsl
6+ - libffi
7+ - libgfortran-ng
8+ - blas * openblas
9+ - liblapack
Original file line number Diff line number Diff line change 1+ import sys
2+ import os
3+ os .environ ["LD_LIBRARY_PATH" ] = os .environ ["CONDA_PREFIX" ] + "/lib"
14import pyITEA as itea
25from itertools import product
36
Original file line number Diff line number Diff line change 1+ channels :
2+ - conda-forge
3+ dependencies :
4+ - gmp
5+ - gsl
6+ - libffi
7+ - libgfortran-ng
8+ - blas * openblas
9+ - liblapack
Original file line number Diff line number Diff line change @@ -17,7 +17,4 @@ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | bash
1717export PATH=$PATH :~ /.ghcup/bin:~ /.cabal/bin
1818
1919# conda activate srbench
20- cabal install --overwrite-policy=always
21- cp ~ /.cabal/bin/tir ./python/
22- cd python
23- pip install .
20+ cabal install --overwrite-policy=always --installdir=./python && cd python && pip install .
You can’t perform that action at this time.
0 commit comments