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 21db021 commit c6dfcf3Copy full SHA for c6dfcf3
environments/packages.yaml
@@ -40,3 +40,5 @@ packages:
40
version: [1.1]
41
davix:
42
version: [0.7.5]
43
+ star-env:
44
+ version: [0.2.2]
packages/star-env/package.py
@@ -6,7 +6,7 @@ class StarEnv(BundlePackage):
6
7
homepage = "https://github.com/star-bnl/star-spack/"
8
9
- version('0.2.1')
+ version('0.2.2')
10
11
depends_on('boost')
12
depends_on('eigen')
0 commit comments