Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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
|
|
(#11834)
* Fix for #10063 : install from source if buildcache with different DAG exist
* Flake8
|
|
* 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
|
|
* new package/py-blessed
* make flake8 happy
* fix docstring
* tab to spaces
* Update var/spack/repos/builtin/packages/py-blessed/package.py
specify dependency version.
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/py-blessed/package.py
specify dependency version
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
* add setuptools as depedency
|
|
Fixes #11816
Allow packages to refer to non-expanded downloads (e.g. a single
script) using Stage.archive_file. This addresses a regression from
#11688 and adds a unit test for it.
|
|
|
|
|
|
|
|
|
|
|
|
Also add new py-warlock, py-jsonpatch, and py-jsonpointer packages as
dependencies of nrm.
|
|
This change reverts to the previous behavior of only looking for pgcc
and friends, not pgcc-llvm and friends.
The llvm variant doesn't support all the same features as the
traditional variant of the pgi code generator; this change avoids
treating the llvm variant as a default pgi compiler.
This retains the changes in #10704 which accept the "LLVM" suffix of
the version string of the PGI compiler, which allows users to
explicitly add the llvm-pgi compiler if desired.
|
|
Starting with 1.69.0, boost added a bjam option for the default symbol
visibility. Up to 1.68.0, the value was always 'global'. 1.69.0
changed the default to 'hidden' but added an option.
Most packages will work with hidden and won't notice. But some
packages may discover that an interface that they rely on is now
hidden and inaccessible.
https://boostorg.github.io/build/manual/develop/index.html#bbv2.builtin.features.visibility
|
|
|
|
For resources, it is desirable to use the expanded archive name of
the resource as the name of the directory when adding it to the root
staging area.
#11528 established 'spack-src' as the universal directory where
source files are placed, which also affected the behavior of
resources managed with Stages.
This adds a new property ('srcdir') to Stage to remember the name of
the expanded source directory, and uses this as the default name when
placing a resource directory in the root staging area.
This also:
* Ensures that downloaded sources are archived using the expanded
archive name (otherwise Spack will not be able to determine the
original directory name when using a cached archive).
* Updates working_dir context manager to guarantee restoration of
original working directory when an exception occurs
* Adds a "temp_cwd" context manager which creates a temporary
directory and sets it as the working directory
|
|
* Add GDL 0.9.9
* Add comment on PROJ dependency
|
|
|
|
|
|
Starting with 2.1.0, backports.functools_lru_cache replaces functools32
when using python 2.7.x until python2 support is dropped in 3.0.0.
Change-Id: I8db61eac975da0042f6f5babe0f5f0c92807200e
|
|
Also add mpi osu-micro-benchmarks to runtime PATH
|
|
|
|
|
|
Fixes #11526
The xfd configure script tests for libintl but incorrectly concludes
that no additional library is needed because gettext is provided in
libc. So we add '-lintl' to ldlibs to point to the Spack-installed
gettext. Note that the xfd configure script does not have a
--with-gettext option to do this for us.
Also add version 1.1.3
|
|
|
|
|
|
|
|
|
|
|
|
|