@@ -14,13 +14,13 @@ sources = ['v%(version)s.tar.gz']
14
14
patches = [
15
15
'netCDF-%(version)s_fix-lib-name.patch' ,
16
16
'netCDF-%(version)s_fix-linking-errors.patch' ,
17
- 'netCDF-%(version)s_skip-nasa-test .patch' ,
17
+ 'netCDF-%(version)s_skip-timeout-tests .patch' ,
18
18
]
19
19
checksums = [
20
- '9f4cb864f3ab54adb75409984c6202323d2fc66c003e5308f3cdf224ed41c0a6' , # v4.9.0.tar.gz
21
- 'ed45ae6c49cf8dcddaadef4c5cf403049bf3f761187413d7b03754d319345d6a' , # netCDF-4.9.0_fix-lib-name.patch
22
- '2b9579c149579d137eb16ae5d790787774033dcec49c0d4993d9859f224e7b15' , # netCDF-4.9.0_fix-linking-errors.patch
23
- '19d99e03c048b037dc01f03f5b8ddc910ebaceb076d0f050540d348f26dfcd2a' , # netCDF-4.9.0_skip-nasa-test .patch
20
+ { ' v4.9.0.tar.gz' : '9f4cb864f3ab54adb75409984c6202323d2fc66c003e5308f3cdf224ed41c0a6' },
21
+ { ' netCDF-4.9.0_fix-lib-name.patch' : 'ed45ae6c49cf8dcddaadef4c5cf403049bf3f761187413d7b03754d319345d6a' },
22
+ { ' netCDF-4.9.0_fix-linking-errors.patch' : '2b9579c149579d137eb16ae5d790787774033dcec49c0d4993d9859f224e7b15' },
23
+ { ' netCDF-4.9.0_skip-timeout-tests .patch' : '06c29480c6a3c351c7d79c3bb972e3fdc017af6a5c93690b4d21aba23311d2d5' },
24
24
]
25
25
26
26
builddependencies = [
@@ -45,9 +45,8 @@ configopts = [
45
45
"-DENABLE_DAP_REMOTE_TESTS=OFF -DBUILD_SHARED_LIBS=ON" ,
46
46
]
47
47
48
- # some tests try to start 16 MPI ranks, so we need to allow oversubscription to avoid failing tests;
49
- # increase test timeout, since some tests take an awful long time on some type of filesystems
50
- pretestopts = "OMPI_MCA_rmaps_base_oversubscribe=1 ARGS='--timeout 100000' "
48
+ # some tests try to start 16 MPI ranks, so we need to allow oversubscription to avoid failing tests
49
+ pretestopts = "OMPI_MCA_rmaps_base_oversubscribe=1 "
51
50
52
51
runtest = 'test'
53
52
0 commit comments