Age | Commit message (Collapse) | Author | Files | Lines |
|
New packages - R htmlwidgets
|
|
|
|
This PR adds the `nolink` dependency type to r- package dependencies.
This is needed due to the new dependency types in Spack. A couple of
packages were updated with new versions as well.
|
|
Enhancement Proposal: Make Python Spack Installs Ignore User Configuration
|
|
|
|
|
|
|
|
Fix alpha case of dependencies for some r-packages
|
|
Add URL and md5 for jdk-8u92.
|
|
A while ago I was asked to convert packages to all lowercase. That was
done but some dependencies did not get converted in the specification.
This commit fixes that as well as a couple of urls that need to be made
explicit and a missing dependency on jdk.
|
|
Remove remote website pinging from OpenSSL
|
|
Update gcc package with info about gcc-5.4.0
|
|
- OpenSSL no longer checks remote versions on the openssl site.
- Spack is used on systems that aren't connected to the internet, and
this check is probably in the wrong place and affects too many
commands. We can work on figuring out a better, more configurable
place to put a check like this.
|
|
|
|
|
|
Lmod's configure script goes to the trouble of finding
tclsh. This change uses that info to rewrite the #! lines
in the tcl scripts so that they call the tclsh that the
configure script discovered.
It needs to massage the existing shebang lines into something
that the sed statement in the makefile can manipulate and
it needs to add the path_to_tclsh info into the set of sed
statements.
Checked with versions 6.4.1 and 6.3.7 (the checksum for 6.0.1 is
incorrect, a fix for another time).
|
|
lmod uses tclsh at runtime, so adjust the depends_on accordingly
(thanks @davydden!).
|
|
The lmod package needs a tclsh. Up until now it just assumed
that one was available on the system.
This change adds a depends_on('tcl') to the lmod package.
The tcl package installs a tclsh script with an embedded version
number (e.g. tclsh8.6) but the lmod configuration looks for tclsh.
This change extends the tcl package to symlink tclshX.Y to tclsh in
the tcl package bin directory.
|
|
- Redid the code for setting the itac symlink for the cluster edition.
- Removed the *PATH variables for MPI to avoid a conflict with other MPI
environment modules.
- Added missing test for `+all` when checking variants.
|
|
- removed unneeded entry for `debugger/gdb/intel64_mic`
- set `+mpi` directory name to impi
|
|
|
|
Set up the environment for the Intel compilers and tools. This commit
does the following:
- Unset variables that were incorrect from the auto guess prefix
inspections.
- Add a RemovePath environment_modifications_formats for dotkit.
- Set the module environment variables appropriate for the different
variants.
- Change the component logic so that the '+all' variant works. It was
getting split by letter and leaving COMPONENTS empty.
- Added a variant checking function.
- Added NONRPM_DB_DIR to the silent.cfg so that the product database
goes to the installation directory.
- With the product database in prefix the code to remove the product
database file from the home directory is no longer needed and was
removed.
- Reformat the 'tools' variant description.
There are probably more variables needed for the '+tools' for the
'professional' product version but I do not have access to that.
|
|
Set environment variables for R
|
|
Added packages for GNU tools screen, datamash, and parallel
|
|
openexr : Add new package
|
|
|
|
|
|
This commit adds `setup_environment` to export the libraries and
headers.
Fixes #1314.
|
|
ilmbase : Add new IlmBase package
|
|
Make newest HDF5 release the default version
|
|
Updates to Armadillo package
|
|
|
|
|
|
|
|
robertdfrench-cdo
|
|
Get adios from github, not NCCS
|
|
Silver Searcher 0.32 is out
|
|
Declare dependency of "py-h5py +mpi" on "py-mpi4py"
|
|
Update NetCDF to version 4.4.1
|
|
|
|
|
|
PEP8 Love + Re-adding v0.30.0
|
|
|
|
|
|
Get adios from github, not NCCS
Use correct hash, thanks Ben
|
|
Add Tkinter support for Python
|
|
suite-sparse: enable TBB and fix Blas/Lapack libs
|
|
|
|
Apply this only after NetCDF 4.4.1 is supported.
|
|
This version supports HDF5 1.10 in a backward-compatible manner.
|