Age | Commit message (Collapse) | Author | Files | Lines |
|
GCC on aarch64 dose not support -m64. This patch removes the -m64
flag if target is aarch64.
|
|
This PR corrects a problem with the opa-psm2 package. It was
installing headers into <prefix>/usr/include and libraries into
<prefix>/usr/lib instead of <prefix>/include and <prefix>/lib.
The extra level of usr/ subdirectories causes dependent packages
like libfabric to fail to build.
|
|
The original packaging, with openfoam as a virtual and with
openfoam-com, openfoam-org and openfoam-extend as
providers, adds an obfuscation layer without any benefit.
- Rename `openfoam-com` to `openfoam`, and remove the
`openfoam` virtual package.
|
|
- `parse_anonymous_spec()` is a vestige of the days when Spack didn't
support nameless specs. We don't need it anymore because now we can
write Spec() for a spec that will match anything, and satisfies()
semantics work properly for anonymous specs.
- Delete `parse_anonymous_spec()` and replace its uses with simple calls
to the Spec() constructor.
- make then handling of when='...' specs in directives more consistent.
- clean up Spec.__contains__()
- refactor directives and tests slightly to accommodate the change.
|
|
* libmo-unpack: package to encode and decode UM fields
* py-mo-pack: python interface for libmo-unpack
|
|
|
|
|
|
|
|
|
|
The python dependency specifies that 2.7 or 2.8 are allowed when in
fact it should specify a version range (anything between 2.7 and 2.8,
inclusive).
|
|
Added a wrapperrpath variant to mpich that defaults to `True`.
Users can set this to `False` (e.g., spack install mpich~wrapperrpath) to
disable the wrapper RPATHs. This makes it easier to replacing an MPICH
installation in a container with an MPICH for the host system,
e.g., Cray MPICH with Shifter on Cori, Intel MPI, MVAPICH2, etc.
Co-authored-by: Todd Gamblin <tgamblin@llnl.gov>
|
|
|
|
Add the latest release of ADIOS2.
|
|
|
|
* camellia: fix hdf5 dependency
* camellia: Add comment
|
|
|
|
|
|
The version of LLVM used by flang is new enough that CppBackend doesn't exist. Unfortunately, `flang-xxxxxxxx` is seen as < `3.9.0` by the version check.
* add a special case for `flang` versions.
|
|
The PR for shared libraries has been merged upstream -> add new version.
|
|
|
|
|
|
|
|
|
|
The old version was no longer available for download
|
|
|
|
|
|
This configure option is not supported on ARM
|
|
|
|
|
|
Setting name within the package class allows overriding the package
name, which both packages do using several for loops.
Fixes #11789
|
|
* portage: add v1.2.2
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* flake8
|
|
Apply patch to current version which has not yet been merged in the
upstream package repo.
|
|
* Add Chill package
* Add IEGenLib package, a dependency of Chill
|
|
|
|
|
|
* f90cache: change the download url
* f90cache: added the download url for ver 0.99
|
|
* tcsh: change the download url, add version 6.21.00
* tcsh: change the download url
* tcsh: Fix checksum for 6.20.00
|
|
* OpenFOAM: rationalize architecture options
- older versions of OpenFOAM had WM_ARCH_OPTION to choose a 32-bit
build on 64-bit architectures. This is not exactly relevant anymore
and has now been largely removed from OpenFOAM.
- simultaneously the newest version of OpenFOAM has rationalized the
handling of special settings for KNL by rolling these into the
compiler options. We now do the same thing here in spack.
1. Reuse the internal variable arch_option to convey processor-specific
optimizations and add these into the C++OPT=... statement.
2. Drop spack support for configuring a 32-bit build on 64-bit
hardware.
These changes can also be applied to older OpenFOAM versions, and to
various OpenFOAM forks without issue.
* update openfoam versions. New release 1906, patched 1812 version.
|
|
Some of the fonts now included in font-util need mkfontdir to build.
|
|
pkgconfig is the correct virtual dependency.
|
|
|
|
|
|
|
|
Commit ea3e1521fe3bcb260fdea439208f0dd47d3ff062 removed version
1.9.7rc2, making the patch for gcc@9 obsolete.
|
|
ncl does not build with newer versions of gdal (or rather proj). This
also needs a small change to gdal, otherwise we end up with both proj@5
and proj@6 in the spec.
|
|
- Separate `yaml-cpp` tests into variant
- Make conflict between `yaml-cpp` tests and `libc++` explicit
|
|
* added min version for gasnet and legion
* Update package.py
* Update package.py
* Update package.py
|
|
|
|
* Remove individual font-* packages and add them as resources of the
font-util package
* Update font-util package to Autotools-based package, and call
autoreconf to regenerate the old configure script
* Add font-adobe-utopia-type1
|
|
|