Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
|
|
|
|
|
|
* phist can't be compiled with gcc older than 4.9.2
|
|
* fmt: Add cxxstd variant, plus cmake/c++ patches
Spack supported versions of fmt default to C++11 for versions
less than 5, C++14 greater than 5, with fmt implementing
fallbacks to whatever compiler supports.
To give better ABI compatibility and use of newer standards, provide
a `cxxstd` variant defaulting to 11 with 98-17 options. Use cmake_args
to set CMAKE_CXX_STANDARD as appropriate, plus use of `FMT_USE_CPP11`
option for C++98 builds. Use `conflicts` to disable use of certain
standards in versions that don't support, or fail the build, with
those standards.
Add patches to unify use of `CMAKE_CXX_STANDARD` in 3.0 versions,
remove hard-coding of compiler flags in `fmt-config.cmake`, and
prevent use of C++11 features in 4.1.0 when in supported C++98
mode.
Default to not building documents as no dependency on Doxygen is
yet present, and they are not part of the "all" build.
* Use CMake to enforce C++ standard support
Fail configure step if fmt tries to build with a cxxstd variant
not supported by the compiler (or known to CMake).
* fmt: New version 5.3.0
|
|
* Bumping-up miniVite to version 1.1
* Keeping both version of miniVite
* Changed to >=
|
|
|
|
|
|
|
|
* clamav: add new package
* fix flake8
* remove --dsable lines
|
|
|
|
* The py-pytables package depends on hdf5-blosc
* Further modifications to py-pytables package
The 3.2.2 version of py-pytables should still build with internal blosc.
The issue with locking in a multithreaded environment has been
fixed/worked around in version 3.3.
Also, add bzip2 and lzo variants.
|
|
|
|
* add new package py-absl-py
Change-Id: I248d30e0a3e5e05d9ea4027d97a85545c63d1125
* Update package.py
* Update package.py
* Update package.py
* Update package.py
|
|
* add package py-astor
Change-Id: I2f6becfb5e9771170bf2df5eb629920e1c0998d7
* add new package py-astunparse
Change-Id: Id2d3e8dec28e720ed1cb121dad0d1a405c27ca29
* Update package.py
* Update package.py
* Update package.py
|
|
* hypre: add v2.16.0
* update checksums
* hypre: xsdk-0.2.0 tag is missing on the new repo
|
|
* awscli: new package
* More precise py-pyyaml version dep, as per setup.py
|
|
* r-sf may not support PROJ.6
* Add comment explaining dep
|