-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
116 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ class Pdi(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='master', no_cache=True) | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
version('1.5.4', sha256='0af1fe9fb85066772a921efdf1f3bb554559066a62eaebce4c9c6afd3b2a5c38') | ||
|
@@ -57,12 +58,10 @@ class Pdi(CMakePackage): | |
depends_on('[email protected]:', type=('build'), when='@:1.4.3 +docs') | ||
depends_on('[email protected]:', type=('link'), when='@1.5.0:1.5.999') | ||
depends_on('[email protected]: +gmock', type=('link'), when='+tests') | ||
depends_on('[email protected]: +shared', type=('link', 'run'), when='@1.6.0:-fortran') | ||
depends_on('[email protected]: +shared +fortran', type=('link', 'run'), when='@1.6.0:+fortran') | ||
depends_on('[email protected]: +shared', type=('link', 'run'), when='@1.5.0:-fortran') | ||
depends_on('[email protected]: +shared +fortran', type=('link', 'run'), when='@1.5.0:+fortran') | ||
depends_on('[email protected]: +shared', type=('link', 'run'), when='-fortran') | ||
depends_on('[email protected]: +shared +fortran', type=('link', 'run'), when='+fortran') | ||
depends_on('[email protected]:', type=('link', 'run'), when='@1.6.0:') | ||
depends_on('[email protected]:', type=('link', 'run'), when='@1.5.0:') | ||
depends_on('paraconf +fortran', type=('link', 'run'), when='+fortran') | ||
depends_on('[email protected]: +shared', type=('link', 'run')) | ||
depends_on('pkgconfig', type=('build')) | ||
depends_on('[email protected]:', type=('build', 'link', 'run'), when='+python') | ||
depends_on('[email protected]:2.999.999', type=('link'), when='+python') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ class PdipluginDeclHdf5(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='master', no_cache=True) | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
version('1.5.4', sha256='0af1fe9fb85066772a921efdf1f3bb554559066a62eaebce4c9c6afd3b2a5c38') | ||
|
@@ -55,6 +56,7 @@ class PdipluginDeclHdf5(CMakePackage): | |
depends_on('hdf5 +mpi', type=('build', 'link', 'run'), when='+mpi') | ||
depends_on('[email protected]:1.999.999 +shared', type=('build', 'link', 'run')) | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.7.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.6.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.5') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.4') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ class PdipluginDeclNetcdf(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='master', no_cache=True) | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
version('1.5.4', sha256='0af1fe9fb85066772a921efdf1f3bb554559066a62eaebce4c9c6afd3b2a5c38') | ||
|
@@ -49,6 +50,7 @@ class PdipluginDeclNetcdf(CMakePackage): | |
depends_on('[email protected]:4.999.999', type=('link'), when='@1.5.0: ~mpi') | ||
depends_on('[email protected]:4.999.999', type=('link'), when='@:1.4.3 ~mpi') | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.7.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.6.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.5') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.4') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ class PdipluginDeclSion(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='master', no_cache=True) | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
version('1.5.4', sha256='0af1fe9fb85066772a921efdf1f3bb554559066a62eaebce4c9c6afd3b2a5c38') | ||
|
@@ -41,28 +42,29 @@ class PdipluginDeclSion(CMakePackage): | |
|
||
depends_on('[email protected]:', type=('build')) | ||
depends_on('[email protected]:', type=('build'), when='@1.5.0:') | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.7.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.6.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.5') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.4') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.1.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@0.6.5') | ||
depends_on('pkgconfig', type=('build')) | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.5') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.4') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.1.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@0.6.5') | ||
depends_on('pkgconfig', type=('build')) | ||
depends_on('[email protected]:1.999.999', type=('link', 'run')) | ||
depends_on('[email protected]:', type=('link', 'run'), when='@1.5.0:') | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ class PdipluginFlowvr(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='master', no_cache=True) | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
version('1.5.4', sha256='0af1fe9fb85066772a921efdf1f3bb554559066a62eaebce4c9c6afd3b2a5c38') | ||
|
@@ -42,33 +43,34 @@ class PdipluginFlowvr(CMakePackage): | |
|
||
depends_on('[email protected]:', type=('build'), when='@1.5.0:') | ||
depends_on('[email protected]:', type=('build'), when='@:1.4.3') | ||
depends_on('[email protected]:2.999', type=('build'), when='@0.6.6:') | ||
depends_on('[email protected]:2.3.1', type=('build'), when='@:0.6.5') | ||
depends_on('[email protected]:', type=('link'), when='@1.5.0:1.5.999') | ||
depends_on('freeglut', type=('link'), when='tests') | ||
depends_on('opengl', type=('link'), when='tests') | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]:2.999', type=('build'), when='@0.6.6:') | ||
depends_on('[email protected]:2.3.1', type=('build'), when='@:0.6.5') | ||
depends_on('[email protected]:', type=('link'), when='@1.5.0:1.5.999') | ||
depends_on('freeglut', type=('link'), when='tests') | ||
depends_on('opengl', type=('link'), when='tests') | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.7.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.6.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.5') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.4') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.1.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@0.6.5') | ||
depends_on('pkgconfig', type=('build')) | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.5') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.4') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.1.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@0.6.5') | ||
depends_on('pkgconfig', type=('build')) | ||
depends_on('[email protected]:', type=('build', 'run')) | ||
|
||
root_cmakelists_dir = 'plugins/flowvr' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ class PdipluginFti(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='master', no_cache=True) | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
version('1.5.4', sha256='0af1fe9fb85066772a921efdf1f3bb554559066a62eaebce4c9c6afd3b2a5c38') | ||
|
@@ -43,28 +44,29 @@ class PdipluginFti(CMakePackage): | |
depends_on('[email protected]:', type=('build'), when='@:1.4.3') | ||
depends_on('[email protected]:1.999', type=('link'), when='@1.5.0:') | ||
depends_on('[email protected]:1.999', type=('link'), when='@:1.4.3') | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.7.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.6.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.5') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.4') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.1.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@0.6.5') | ||
depends_on('pkgconfig', type=('build')) | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.5') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.4') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.3') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.4.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.3.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.2') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.2.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.1.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.0.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@0.6.5') | ||
depends_on('pkgconfig', type=('build')) | ||
|
||
root_cmakelists_dir = 'plugins/fti' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ class PdipluginMpi(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='master', no_cache=True) | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
version('1.5.4', sha256='0af1fe9fb85066772a921efdf1f3bb554559066a62eaebce4c9c6afd3b2a5c38') | ||
|
@@ -43,6 +44,7 @@ class PdipluginMpi(CMakePackage): | |
depends_on('[email protected]:', type=('build'), when='@:1.4.3') | ||
depends_on('mpi', type=('build', 'link', 'run')) | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.7.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.6.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.5') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.4') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ class PdipluginPycall(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='master', no_cache=True) | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
version('1.5.4', sha256='0af1fe9fb85066772a921efdf1f3bb554559066a62eaebce4c9c6afd3b2a5c38') | ||
|
@@ -42,6 +43,7 @@ class PdipluginPycall(CMakePackage): | |
depends_on('[email protected]:', type=('build'), when='@1.5.0:') | ||
depends_on('[email protected]:', type=('build'), when='@:1.4.3') | ||
depends_on('pdi+python@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.7.1') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.6.0') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.5') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.5.4') | ||
|
Oops, something went wrong.