Skip to content

Commit 605952b

Browse files
committed
do not specify versions of pinned packages?
I thought I would do the ridiculously slow solver a favor.. but conda is just full of bugs
1 parent 0a0f04a commit 605952b

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

recipes/openms-meta/meta.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ requirements:
2525
- automake
2626
host:
2727
- llvm-openmp # [osx]
28-
- zlib >=1.2
28+
- zlib
2929
- libtool
30-
- xerces-c >=3.2
31-
- boost-cpp >=1.60
30+
- xerces-c
31+
- boost-cpp
3232
- eigen >=3.3.2
33-
- glpk >=4.45
33+
- glpk
3434
- hdf5 >=1.10
35-
- bzip2 >=1.0
36-
- qt >=5.5
37-
- libsvm >=3.21
38-
- coinmp >=1.8
39-
- sqlite >=3.30
35+
- bzip2
36+
- qt
37+
- libsvm
38+
- coinmp
39+
- sqlite
4040

4141
test:
4242
commands:
@@ -55,18 +55,18 @@ outputs:
5555
- cmake
5656
host:
5757
- llvm-openmp # [osx]
58-
- zlib >=1.2
58+
- zlib
5959
- libtool
60-
- xerces-c >=3.2
61-
- boost-cpp >=1.60
60+
- xerces-c
61+
- boost-cpp
6262
- eigen >=3.3.2
63-
- glpk >=4.45
63+
- glpk
6464
- hdf5 >=1.10
65-
- bzip2 >=1.0
66-
- qt >=5.5
67-
- libsvm >=3.21
68-
- coinmp >=1.8
69-
- sqlite >=3.30
65+
- bzip2
66+
- qt
67+
- libsvm
68+
- coinmp
69+
- sqlite
7070
build:
7171
run_exports:
7272
- {{ pin_compatible('llvm-openmp', max_pin='x.x') }} # [osx]
@@ -97,18 +97,18 @@ outputs:
9797
# so specify everything again, such that EXACTLY the same versions are used!
9898
# I could not get the "resolved_packages" jinja function to gather dependencies from other subpackages.
9999
- llvm-openmp # [osx]
100-
- zlib >=1.2
100+
- zlib
101101
- libtool
102-
- xerces-c >=3.2
103-
- boost-cpp >=1.60
102+
- xerces-c
103+
- boost-cpp
104104
- eigen >=3.3.2
105-
- glpk >=4.45
105+
- glpk
106106
- hdf5 >=1.10
107-
- bzip2 >=1.0
108-
- qt >=5.5
109-
- libsvm >=3.21
110-
- coinmp >=1.8
111-
- sqlite >=3.30
107+
- bzip2
108+
- qt
109+
- libsvm
110+
- coinmp
111+
- sqlite
112112
run:
113113
- {{ pin_subpackage('libopenms', exact=True) }}
114114
- {{ pin_compatible('llvm-openmp', max_pin='x.x') }} # [osx]

0 commit comments

Comments
 (0)