Skip to content

Commit 614da66

Browse files
committed
weird req bug when specifying a patch version wildcard that doesnt exist for conda-forge::autoconf-
PackagesNotFoundError: The following packages are not available from current channels: - autoconf=2.69.0* meanwhile, in the build log: The following NEW packages will be INSTALLED: ... attr: 2.5.2-h39aace5_0 conda-forge autoconf: 2.69-pl5321hd708f79_11 conda-forge automake: 1.16.5-pl5321ha770c72_0 conda-forge ...
1 parent f8a5cc2 commit 614da66

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

meta.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requirements:
2525
- conda-forge::numpy<2
2626
- conda-forge::pytest
2727
- conda-forge::libtool
28-
- conda-forge::autoconf=2.69.*
28+
- conda-forge::autoconf=2.69
2929
- conda-forge::automake=1.16.*
3030
- conda-forge::tcsh
3131
- conda-forge::which
@@ -51,7 +51,7 @@ requirements:
5151
- conda-forge::numpy<2
5252
- conda-forge::pytest
5353
- conda-forge::libtool
54-
- conda-forge::autoconf=2.69.*
54+
- conda-forge::autoconf=2.69
5555
- conda-forge::automake=1.16.*
5656
- conda-forge::tcsh
5757
- conda-forge::which
@@ -61,7 +61,7 @@ requirements:
6161
- conda-forge::tempest-remap!=2.2.0
6262
- conda-forge::perl=5.*
6363

64-
run:
64+
test:
6565
- conda-forge::zlib-ng=2.2.*
6666
- conda-forge::mpich==4.2.3
6767
- conda-forge::gsl=2.*
@@ -77,7 +77,7 @@ requirements:
7777
- conda-forge::numpy<2
7878
- conda-forge::pytest
7979
- conda-forge::libtool
80-
- conda-forge::autoconf=2.69.*
80+
- conda-forge::autoconf=2.69
8181
- conda-forge::automake=1.16.*
8282
- conda-forge::tcsh
8383
- conda-forge::which
@@ -87,7 +87,7 @@ requirements:
8787
- conda-forge::tempest-remap!=2.2.0
8888
- conda-forge::perl=5.*
8989

90-
test:
90+
run:
9191
- conda-forge::zlib-ng=2.2.*
9292
- conda-forge::mpich==4.2.3
9393
- conda-forge::gsl=2.*
@@ -103,12 +103,9 @@ requirements:
103103
- conda-forge::numpy<2
104104
- conda-forge::pytest
105105
- conda-forge::libtool
106-
- conda-forge::autoconf=2.69.*
107-
- conda-forge::automake=1.16.*
108106
- conda-forge::tcsh
109107
- conda-forge::which
110108
- conda-forge::make=4.2.*
111-
- conda-forge::coreutils
112109
- conda-forge::c-compiler
113110
- conda-forge::tempest-remap!=2.2.0
114111
- conda-forge::perl=5.*

0 commit comments

Comments
 (0)