Age | Commit message (Collapse) | Author | Files | Lines |
|
- `spack.util.environment` is the new home for routines that modify
environment variables.
- This is to make room for `spack.environment` to contain new routines
for dealing with spack environments
|
|
|
|
* muparser: minor fixes to 2.2.5 and add 2.2.6 with CMake
* dealii: make muparser optional
|
|
|
|
|
|
|
|
* modified tutorial packages
* update hint in hdf5 tutorial file (typo for suggested argument)
* add repo.yaml to tutorial repository
* update tutorial docs to refer user to tutorial package repository
* flake edits
* recommend site scope vs. defaults
* you don't specify the repo's name when adding a repo, just the path
|
|
|
|
|
|
|
|
|
|
This builds the 'freetype-config' binary which can be used to get
configuration information about the freetype install, used by some
dependents.
|
|
|
|
* henson: new package
* henson: change github path to henson-insitu
* henson: make mpi-wrappers=off by default
* henson: remove unsued variable and spaces to make linter happy
* henson: rename version master to develop
|
|
* xeus: new package
cppzmq: add version 4.3.0
zeromq: make libsodium optional, on by default
* xeus: add patch so it builds, add new version
nlohmann-json: add more versions
cryptopp: add more versions
* xeus: flake8
* xeus: fix license
|
|
add as a variant
|
|
|
|
* Provide a newer doxygen version.
+ Also provide a patch that allows collaboration diagrams to work properly with
C++ std::shared_ptr<T>. Ref:
https://github.com/Sleepyowl/doxygen/commit/6c380ba91ae41c6d5c409a5163119318932ae2a3?diff=unified
|
|
|
|
|
|
* Add the setting of CBTF_MPI_IMPLEMENTATION to the cbtf-krell
and openspeeedshop package files, so that the mpi implementation
can be found by the tool. This allows users to not have to
set this manually if only one mpi implementation is specified
in the build.
* Update version ranges for dependencies of cbtf packages
|
|
Change dependency on llvm from >=6.0 to 6.0:6.99.
Refs #9667
|
|
|
|
* GCC: constrain version 6, 7, and 8 to build with ISL version at
most 0.18
* GCC version 9 (not yet released) will be compatible with
ISL version 0.20 so future GCC releases are constrained to build
with ISL version at most 0.20
* ISL: Add v0.15, replace all md5 sums with sha256 sums for ISL
versions
* GCC versions before 6 were constrained to build with ISL 0.14
but have been confirmed to work with ISL 0.15
* GCC: Place an upper bound on GCC's mpfr dependency
|
|
This eliminates duplicates for a couple options which are set
multiple times.
|
|
|
|
|
|
* packages/phist: add variant 'fortran' to enable/disable building the Fortran bindings
* xsdk: add phist
* packages/xsdk: add a comment reg. updating phist dependency
* packages/phist: +fortran variant is only for versions 1.7:
* packages/phist: update comments
* xsdk: forgot to specify kernel library for phist (picked tpetra, assuming trilinos+tpetra will be installed)
* packages/phist: add variant 'openmp' to allow disabling OpenMP
* phist: fix compile error due to missing -lm
* flake8: fix warnings
* packages/phist: fix cmake flag: XSDK_ENABLE_Fortran (rather than XSDK_BUILD_Fortran)
* packages/phist: allow disabling building the scamac matrix generator (which causes trouble on some systems)
* packages/xsdk: disable scamac within phist because it caused problems for @balay and is not essential for now
* packages/phist: actually disable scamac via cmake if ~scamac
* phist: disable openmp from xsdk
|
|
|
|
* REMOVED: -callr: updated to newest version, added sha256, added listurl
* r-rjags: updated
* r-rjags: fix new version
|
|
* Constrain to build with CMake <= 3.9.6
* Specify installation prefix to match install prefix format of
other Spack python libraries
|
|
|
|
|
|
* added package sentieon
* change file location
* updated spack header license and added license_vars
* fixed flake8 error
* fixed license header
* fix license header
* license
* added import os.path
* edits
* flake8 edits
|
|
* orca: new package starting at 4.0.1.2
* orca: fix typo
* orca: fix boilerplate
* orca: reorder deps, add openmpi runtime dependency
* orca: license update
|
|
This commit overhauls the libMesh package script in a number of ways:
* We now inherit from AutotoolsPackage.
* libMesh contains about a dozen third-party dependencies that can
only be provided by the copy bundled with libMesh. This patch
enumerates all such bundled dependencies and disables all of them
by default.
* libMesh supports compilation with external installations of boost,
eigen, hdf5, slepc, and tbb; this patch adds all of them to
package.py.
* libMesh will look for a few system executables (xz, bzip, gdb) by
default. This is now disabled.
* libMesh will now used a copy of perl installed by spack instead of
trying to find the system copy.
* Compilation with non-system MPI installations requires an additional
flag (--with-mpi=); this has been added.
|
|
|
|
* octave: add 4.2.2, 4.4.0 and 4.4.1
* gnuplot: add 5.2.5
|
|
|
|
|
|
|
|
VisIt cannot use VTK built with mpi support (which was enabled by
default starting in #9494)
|
|
|
|
|
|
Since kokkos only compiles a static library, the -fPIC compiler flag
is required to link kokkos into a Fortran executable
|
|
Update versions and constraints on cmake and supported toolchains
(as stated by the documentation).
|
|
|
|
The install() function in the miniconda2 & 3 package.py files referenced
self.url, which is hard-coded to 4.3.11. That's not necessary the
version that the user requested, though. Changed the install() function
to reference self.stage.archive_file. Also added a version string for
4.5.11.
|
|
|
|
- Added v 5.0.2
- Added conflict with gcc 8 for versions that do not build
|