File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 372
372
packages(os, arch)::
373
373
get(PACKAGES, os, arch),
374
374
375
- gcc_8:: task_spec({
376
- // we replace devtoolset with gcc 8.3.0
377
- local pkgs = if self .os == "linux" then
378
- std.prune (super .packages + {
379
- "00:devtoolset" : null ,
380
- "01:binutils" : null ,
381
- gcc: "==8.3.0" ,
382
- binutils: "==2.34" ,
383
- })
384
- else
385
- super .packages,
386
- packages: pkgs,
387
- }),
388
-
389
- with_dy(dynamic_imports):: task_spec({
390
- dynamic_imports +:: if std.type (dynamic_imports) == "array" then dynamic_imports else [dynamic_imports],
391
- }),
392
-
393
375
local eclipse = task_spec(evaluate_late({
394
376
// late evaluation of the eclipse mixin, conditional import based on platform
395
377
// eclipse downloads are not provided for aarch64
403
385
404
386
logs(os, arch):: LOGS,
405
387
406
- graal_core:: task_spec({
407
- environment +: {
408
- HOST_VM_CONFIG: "graal-core" ,
409
- },
410
- }),
411
-
412
- // gcc_8 needed for the OL8 (gfortran is missing)
413
- blas:: $.ol8 + $.gcc_8 + task_spec({
414
- packages: {
415
- openblas: ">=0.3.21" ,
416
- lapack: ">=3.8.0" ,
417
- }
418
- }),
419
-
420
- notify:: task_spec({
421
- notify_groups: const.NOTIFY_GROUPS,
422
- }),
423
-
424
388
//------------------------------------------------------------------------------------------------------------------
425
389
// graalpy gates
426
390
//------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments