-
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
9 changed files
with
17 additions
and
0 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
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 |
---|---|---|
|
@@ -18,6 +18,7 @@ class PdipluginDeclHdf5(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='main', no_cache=True) | ||
version('1.8.0', sha256='5d353bfa64f45ee4715b88bd30330030f79f2020cd6bede0ad9b8f9beddadea9') | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
|
@@ -57,6 +58,7 @@ class PdipluginDeclHdf5(CMakePackage): | |
depends_on('hdf5 +mpi', type=('build', 'link', 'run'), when='+mpi') | ||
depends_on('[email protected]:1 +shared', type=('build', 'link', 'run')) | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.8.0') | ||
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') | ||
|
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 PdipluginDeclNetcdf(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='main', no_cache=True) | ||
version('1.8.0', sha256='5d353bfa64f45ee4715b88bd30330030f79f2020cd6bede0ad9b8f9beddadea9') | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
|
@@ -51,6 +52,7 @@ class PdipluginDeclNetcdf(CMakePackage): | |
depends_on('[email protected]:4+mpi', type=('link'), when='+mpi') | ||
depends_on('netcdf-c@4', type=('link')) | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.8.0') | ||
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') | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,7 @@ class PdipluginMpi(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='main', no_cache=True) | ||
version('1.8.0', sha256='5d353bfa64f45ee4715b88bd30330030f79f2020cd6bede0ad9b8f9beddadea9') | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
|
@@ -44,6 +45,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.8.0') | ||
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') | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,7 @@ class PdipluginPycall(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='main', no_cache=True) | ||
version('1.8.0', sha256='5d353bfa64f45ee4715b88bd30330030f79f2020cd6bede0ad9b8f9beddadea9') | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
|
@@ -43,6 +44,7 @@ class PdipluginPycall(CMakePackage): | |
depends_on('[email protected]:', type=('build'), when='@1.5:') | ||
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.8.0') | ||
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') | ||
|
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 PdipluginSerialize(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='main', no_cache=True) | ||
version('1.8.0', sha256='5d353bfa64f45ee4715b88bd30330030f79f2020cd6bede0ad9b8f9beddadea9') | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
|
@@ -45,6 +46,7 @@ class PdipluginSerialize(CMakePackage): | |
depends_on('[email protected]:', type=('build'), when='@:1.4.3') | ||
depends_on('[email protected]: +gmock', type=('link'), when='@1.3:1.7 +tests') | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.8.0') | ||
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') | ||
|
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 PdipluginSetValue(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='main', no_cache=True) | ||
version('1.8.0', sha256='5d353bfa64f45ee4715b88bd30330030f79f2020cd6bede0ad9b8f9beddadea9') | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
|
@@ -43,6 +44,7 @@ class PdipluginSetValue(CMakePackage): | |
depends_on('[email protected]:', type=('build'), when='@1.5:') | ||
depends_on('[email protected]:', type=('build'), when='@:1.4.3') | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.8.0') | ||
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') | ||
|
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 PdipluginTrace(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='main', no_cache=True) | ||
version('1.8.0', sha256='5d353bfa64f45ee4715b88bd30330030f79f2020cd6bede0ad9b8f9beddadea9') | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
|
@@ -44,6 +45,7 @@ class PdipluginTrace(CMakePackage): | |
depends_on('[email protected]:', type=('build'), when='@1.5:') | ||
depends_on('[email protected]:', type=('build'), when='@:1.4.3') | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.8.0') | ||
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') | ||
|
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 PdipluginUserCode(CMakePackage): | |
maintainers = ['jbigot'] | ||
|
||
version('develop', branch='main', no_cache=True) | ||
version('1.8.0', sha256='5d353bfa64f45ee4715b88bd30330030f79f2020cd6bede0ad9b8f9beddadea9') | ||
version('1.7.1', sha256='d67e3a498bfe4491c4e9aeb40015b32481a7902b122f087dcebf05451a3d9ce1') | ||
version('1.6.0', sha256='ae45d388c98c5e33d552d5e3216c1f92bf97d5dd01c669107084c1f3202fcd5a') | ||
version('1.5.5', sha256='11bf5db61f23107dfd2135e637e9233524855c78104c57288c6af21d02d1ea53') | ||
|
@@ -45,6 +46,7 @@ class PdipluginUserCode(CMakePackage): | |
depends_on('[email protected]:', type=('build'), when='@1.5:') | ||
depends_on('[email protected]:', type=('build'), when='@:1.4.3') | ||
depends_on('pdi@develop', type=('link', 'run'), when='@develop') | ||
depends_on('[email protected]', type=('link', 'run'), when='@1.8.0') | ||
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') | ||
|