We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3342a44 commit 0975f4cCopy full SHA for 0975f4c
algorithms/gpgomea/environment.yml
@@ -7,7 +7,7 @@ dependencies:
7
- armadillo=9.900.4
8
- make
9
- cmake=3.28.1
10
- - python=3.9
+ - python=3.10
11
- eigen=3.4.0
12
- python-devtools=0.9.0
13
- pybind11
algorithms/tir/install.sh
@@ -17,8 +17,4 @@ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | bash
17
export PATH=$PATH:~/.ghcup/bin:~/.cabal/bin
18
19
#conda activate srbench
20
-cabal install --overwrite-policy=always
21
-echo "python install"
22
-cp ~/.cabal/bin/tir ./python/
23
-cd python
24
-pip install .
+cabal install --overwrite-policy=always && cp ~/.cabal/bin/tir ./python/ && cd python && pip install .
0 commit comments