2 Commits

Author SHA1 Message Date
9d12afb089 ADD: gcc@12.3.0 in unstable env 2024-06-11 08:32:43 +02:00
2968224eab FIX: gettext not buildable with system gcc 2024-06-10 17:27:50 +02:00
2 changed files with 6 additions and 2 deletions

View File

@ -20,5 +20,6 @@ spack:
local_stable: file:///afs/psi.ch/software/spack/stable local_stable: file:///afs/psi.ch/software/spack/stable
local_unstable: file:///afs/psi.ch/software/spack/unstable local_unstable: file:///afs/psi.ch/software/spack/unstable
local_testing: file:///afs/psi.ch/software/spack/testing local_testing: file:///afs/psi.ch/software/spack/testing
specs: [] specs:
- gcc@12.3.0
view: false view: false

View File

@ -62,7 +62,10 @@ packages:
gdbm: gdbm:
require: '%gcc@4.8.5' require: '%gcc@4.8.5'
gettext: gettext:
require: '%gcc@4.8.5' buildable: false
externals:
- prefix: /usr
spec: gettext@0.19.8.1
ghostscript: ghostscript:
require: '%gcc@4.8.5' require: '%gcc@4.8.5'
git: git: