Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds explicit python3 dependency for meson
|
|
This PR includes the following changes:
* Added JDK 10
* Changed the JDK version numbers according to the consensus reached
in #2284
* Added spec['java'].home and spec['java'].libs, similar to #3367
(JDK and IcedTea)
* Added a check to prevent people from installing JDK on macOS
* Set CLASSPATH for packages depending on Java (JDK and IcedTea)
* Add TODO for extending virtual packages (not currently possible)
* Add TODO for adding Java dependents to views
* Add TODO for packages which extend multiple packages (e.g. Java
and Python)
|
|
|
|
It now additionally prints spec hash and options
|
|
The functions returning the default scope to be modified or listed
have been moved from spack.cmd to spack.config.
Lmod now writes the guessed core compiler in the default modify scope
instead of the 'site' scope.
|
|
closes #8916
Currently Spack ends with an error if asked to write lmod modules files
and the 'core_compilers' entry is not found in `modules.yaml`. After
this PR an attempt will be made to guess that entry and the site
configuration file will be updated accordingly.
This is similar to what Spack already does to guess compilers on first
run.
|
|
* Adding dependency of libiberty to Dyninst package configuration.
* Now it depends on libiberty package and not binutils.
|
|
The Trilinos/stk configuration is pretty Nalu specific right
now (and is acknowledged as such in a comment in package.py), and
this commit enables a module that Nalu will be needing.
|
|
* r-goseq: new package
* r-goseq: git not url
* r-goseq: adding packages needed at runtime
* r-goseq: package type
* r-goseq: dep types
* r-goseq: one more
|
|
* braker: add new version 2.1.0
* Set verison in descending order.
* Update URL.
* url
* braker: change url format.
|
|
- OpenFOAM-v1806/wmake/scripts/have_kahip must check
$KAHIP_ARCH_PATH instead of $METIS_ARCH_PATH to detect the KAHIB
library
- use a local patch file until the issue is hopefully fixed upstream
|
|
* Update to latest version of pytest and dependencies
* Fix bug in installation tests
|
|
- 'submodules' wasn't properly declared as an optional attribute for git
fetcher
- add it and add a test.
|
|
This command prints out stats about all package versions, like so:
$ spack url stats
==> 6070 total versions for 2827 packages:
------------------------------------
url 5411 89.1%
schemes
https 3822 70.6%
http 1527 28.2%
ftp 27 0.5%
file 35 0.6%
checksums
sha512 6 0.1%
sha256 163 3.0%
sha1 81 1.5%
md5 5161 95.4%
------------------------------------
svn 3 0.0%
------------------------------------
hg 5 0.1%
------------------------------------
go 1 0.0%
------------------------------------
git 650 10.7%
security
no commit 384 59.1%
commit 266 40.9%
------------------------------------
|
|
- Support for Python 3.3 isn't really needed, as nothing uses it as the
default system Python, and nearly everyone will have a newer Python 3
version installed.
|
|
Since "GSL" is a highly overloaded acronym, the package name is "cppgsl".
|
|
* Update the pocl package
* Use url_for_version
* Clarify hwloc version requirements
* Apply hwloc dependency suggestion
|
|
|
|
* Add first version of a Range-v3 package
* Add C++ standard variant to range-v3 package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* More consistent colored messages from activate/deactivate
* Make 'activating' the default, make 'activated' the debug
|
|
* Add latest release 3.0.2
https://www.open-mpi.org/software/ompi/v3.0/:x
Signed-off-by: Daniel Topa <dantopa@lanl.gov>
* 1. Added correct md5 sum for Open MPI v3.1.1 (https://www.open-mpi.org//software/ompi/v3.1/)
2. Made v3.1.1 the default version
3. Added libmpiso versions for v3.1.1 and 3.0.2
Signed-off-by: Daniel Topa <dantopa@lanl.gov>
* Added Open MPI v2.14 to version list; Tested build; Added libmpi.so version
Signed-off-by: Daniel Topa <dantopa@lanl.gov>
* Open MPI 3.1.2 built and tested
Signed-off-by: Daniel Topa <dantopa@lanl.gov>
|
|
* libquo: Packaging updates.
This commit accomplishes a few things:
* Changes distribution fetch source
* Removes a deprecated version (1.2.9)
* Changes dependencies based on version type
* Adds a custom autoreconf stage when using the 'develop' version,
omitting this step when building from a distribution
* Reintroduce v1.2.9.
|
|
This should finally fix build failures on RHEL6-based distributions.
Also fix the patch to apply to the correct versions and distributions.
|
|
Add develop version option to libfabric, conditionally bringing in
additional build dependencies: m4, autoconf, automake, libtool.
|
|
leveldb headers are typically included via <leveldb/c.h>. The migration
to install_tree in 73c978ddd99973e29f2ba42078b10455c1de5ca8 caused the
headers to end up in prefix.include, which breaks existing applications.
|
|
* r-genefilter: new version
* r-genefilter: fix version in dep
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* intel-parallel-studio: add version 2018.3
* update intel package too
|