Compare commits

...

3 Commits

Author SHA1 Message Date
Wouter Deconinck
7e535078f2 hep: root ~dcache when darwin (failing dcap) 2025-05-18 13:37:52 -05:00
Wouter Deconinck
f465331125 hep: don't require gcc on darwin 2025-05-18 13:37:52 -05:00
Wouter Deconinck
9d3696f553 HEP: add minimal darwin stack 2025-05-18 13:37:52 -05:00
3 changed files with 60 additions and 9 deletions

View File

@ -703,25 +703,48 @@ ml-darwin-aarch64-mps-build:
########################################
# High Energy Physics (HEP) - Linux x86_64 (CPU)
########################################
.hep:
.hep-x86_64_v3:
extends: [ ".linux_x86_64_v3" ]
variables:
SPACK_CI_STACK_NAME: hep
SPACK_CI_STACK_NAME: hep-x86_64_v3
hep-generate:
extends: [ ".hep", ".generate-x86_64"]
hep-x86_64_v3-generate:
extends: [ ".hep-x86_64_v3", ".generate-x86_64"]
image: ghcr.io/spack/spack/ubuntu22.04-runner-amd64-gcc-11.4:2024.03.01
hep-build:
extends: [ ".hep", ".build" ]
hep-x86_64_v3-build:
extends: [ ".hep-x86_64_v3", ".build" ]
trigger:
include:
- artifact: jobs_scratch_dir/cloud-ci-pipeline.yml
job: hep-generate
job: hep-x86_64_v3-generate
strategy: depend
needs:
- artifacts: True
job: hep-generate
job: hep-x86_64_v3-generate
########################################
# High Energy Physics (HEP) - Linux x86_64 (CPU)
########################################
.hep-darwin:
extends: [ ".darwin_aarch64" ]
variables:
SPACK_CI_STACK_NAME: hep-darwin
hep-darwin-generate:
tags: [ "macos-sequoia", "apple-clang-16", "aarch64-macos" ]
extends: [ ".hep-darwin", ".generate-x86_64"]
hep-darwin-build:
extends: [ ".hep-darwin", ".build" ]
trigger:
include:
- artifact: jobs_scratch_dir/cloud-ci-pipeline.yml
job: hep-darwin-generate
strategy: depend
needs:
- artifacts: True
job: hep-darwin-generate
########################################
# AWS ParallelCluster

View File

@ -0,0 +1,28 @@
spack:
view: false
concretizer:
reuse: false
unify: when_possible
static_analysis: true
packages:
all:
require:
- target=aarch64
root:
require: +arrow ~daos +davix ~dcache +emacs +examples +fftw +fits +fortran +gdml +graphviz +gsl +http +math +minuit +mlp +mysql +opengl +postgres +pythia8 +python +r +roofit +root7 +rpath ~shadow +spectrum +sqlite +ssl +tbb +threads +tmva +tmva-cpu +unuran +vc +vdt +veccore +webgui +x +xml +xrootd # cxxstd=20
# note: root cxxstd=20 not concretizable within sherpa
specs:
# CPU
- root ~cuda
ci:
pipeline-gen:
- build-job:
variables:
CI_GPG_KEY_ROOT: /etc/protected-runner
cdash:
build-group: HEP darwin

View File

@ -143,4 +143,4 @@ spack:
image: ghcr.io/spack/spack/ubuntu22.04-runner-amd64-gcc-11.4:2024.03.01
cdash:
build-group: HEP
build-group: HEP x86_64_v3