Skip to content

Change zlib-ng to zlib on ursa #1556

@rickgrubin-noaa

Description

@rickgrubin-noaa

Issue
Revert zlib-ng to zlib and build within spack (do not use system-supplied library).

Configuration Changes
configs/sites/tier1/ursa/packages_gcc.yaml

Remove:

zlib-ng:
  require:
  - '~shared'

configs/sites/tier1/ursa/packages_oneapi.yaml

Remove:

zlib-ng:
  require:
  - '~shared'

configs/sites/tier1/ursa/packages.yaml

Change:

packages:
  all:
  zlib-api:
    buildable: False
  zlib:
    buildable: False
    externals:
    - spec: [email protected]
      prefix: /usr

to:

packages:
  all:
     providers:
      zlib-api:: [zlib]
  zlib:
    require::
    - '@1.2.13'

System:
ursa

Metadata

Metadata

Labels

buildBuilding and releasing software

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions