@@ -363,9 +363,7 @@ local common_json = import "../common.json";
363363 pcre2: '==10.37' ,
364364 gnur: '==4.0.3-gcc4.8.5-pcre2' ,
365365 } + if (std.objectHasAll (self , 'os_distro' ) && self ['os_distro' ] == 'ol' && std.objectHasAll (self , 'os_distro_version' ) && self ['os_distro_version' ] == '9' ) then {curl: '==7.78.0' } else {curl: '==7.50.1' }
366- else if (self .os == "darwin" && self .arch == "amd64" ) then {
367- 'pcre2' : '==10.37' ,
368- } else {},
366+ else {},
369367 environment+:
370368 if (self .os == "linux" && self .arch == "amd64" ) then {
371369 TZDIR: '/usr/share/zoneinfo' ,
@@ -376,25 +374,14 @@ local common_json = import "../common.json";
376374 GNUR_HOME_BINARY: '/cm/shared/apps/gnur/4.0.3_gcc4.8.5_pcre2-10.37/R-4.0.3' ,
377375 FASTR_RELEASE: 'true' ,
378376 }
379- else if (self .os == "darwin" && self .arch == "amd64" ) then {
380- FASTR_FC: '/cm/shared/apps/gcc/8.3.0/bin/gfortran' ,
381- FASTR_CC: '/cm/shared/apps/gcc/8.3.0/bin/gcc' ,
382- TZDIR: '/usr/share/zoneinfo' ,
383- PKG_INCLUDE_FLAGS_OVERRIDE : '-I/cm/shared/apps/pcre2/pcre2-10.37/include -I/cm/shared/apps/bzip2/1.0.6/include -I/cm/shared/apps/xz/5.2.2/include -I/cm/shared/apps/curl/7.50.1/include' ,
384- PKG_LDFLAGS_OVERRIDE : '-L/cm/shared/apps/bzip2/1.0.6/lib -L/cm/shared/apps/xz/5.2.2/lib -L/cm/shared/apps/pcre2/pcre2-10.37/lib -L/cm/shared/apps/curl/7.50.1/lib -L/cm/shared/apps/gcc/10.2.0/lib -L/usr/lib' ,
385- FASTR_RELEASE: 'true' ,
386- } else {},
377+ else {},
387378 downloads+:
388379 if (self .os == "linux" && self .arch == "amd64" ) then {
389380 BLAS_LAPACK_DIR: { name: 'fastr-403-blas-lapack-gcc' , version: '4.8.5' , platformspecific: true },
390381 F2C_BINARY: { name: 'f2c-binary' , version: '7' , platformspecific: true },
391382 FASTR_RECOMMENDED_BINARY: { name: 'fastr-recommended-pkgs' , version: '16' , platformspecific: true },
392383 }
393- else if (self .os == "darwin" && self .arch == "amd64" ) then {
394- BLAS_LAPACK_DIR: { name: "fastr-403-blas-lapack-gcc" , version: "8.3.0" , platformspecific: true },
395- F2C_BINARY: { name: 'f2c-binary' , version: '7' , platformspecific: true },
396- FASTR_RECOMMENDED_BINARY: { name: 'fastr-recommended-pkgs' , version: '16' , platformspecific: true },
397- } else {},
384+ else {},
398385 catch_files+: if (self .os != "windows" && self .arch == "amd64" ) then [
399386 'GNUR_CONFIG_LOG = (?P<filename>.+\\ .log)' ,
400387 'GNUR_MAKE_LOG = (?P<filename>.+\\ .log)' ,
@@ -550,7 +537,6 @@ local common_json = import "../common.json";
550537
551538 linux_amd64_ubuntu: linux + amd64 + ubuntu22 + { os_distro:: "ubuntu" , os_distro_version:: "22" },
552539
553- darwin_amd64: darwin + amd64,
554540 darwin_aarch64: darwin + aarch64,
555541
556542 windows_amd64: windows + amd64,
@@ -581,7 +567,6 @@ local common_json = import "../common.json";
581567
582568 linux_amd64_ubuntu: self .bare.linux_amd64_ubuntu + common,
583569
584- darwin_amd64: self .bare.darwin_amd64 + common,
585570 darwin_aarch64: self .bare.darwin_aarch64 + common,
586571
587572 windows_amd64: self .bare.windows_amd64 + common,
0 commit comments