summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2017-10-06qmcpack: new package (#4907)William Scullin3-8/+253
This adds QMCPACK along with patches to Quantum Espresso for using Quantum Espresso in QMCPACK workflows.
2017-10-06Nghttp2 new package (#5627)George Hartzell1-0/+35
* nghttp2 library package Added for dependencies * Update package.py * Removed useless code * Flake8 fix
2017-10-06Add a package for VarDictJava@1.5.1 (#5626)George Hartzell1-0/+47
This is a simple package that drops their shell wrapper into prefix.bin and their jar files into prefix.lib. The approach comes from the picard package.
2017-10-06The silver searcher: new version (#5630)George Hartzell1-0/+2
* Updating ag to the latest version * Pretty by request * Restore url to previous value There *is* an https version available, but I've also been told to not just update the url when adding new version. I'm following the latter advice and trusting security to the digest.
2017-10-06git + luafilesystem: minor fixes (#5635)Massimiliano Culpo2-3/+12
* git: setup_dependent_environment won't fail for external packages * luafilesystem: relax the request on git (it seemed overly restrictive)
2017-10-06maven: new version (#5631)George Hartzell1-0/+1
* Adding maven v3.5.0 Updating package file to include later version of maven but still signifying a preference for the older * removing specific preference flag
2017-10-06ncl: Fix temp directory and depend on esmf (#5636)Michael Kuhn1-1/+4
* ncl: Fix temp directory Currently, ncl is configured using a transient temp directory. This leads to warnings such as this when executing ncl later on: warning:"/tmp/ncl_ncar_xxxxxx" tmp dir does not exist or is not writable: NCL functionality may be limited -- check TMPDIR environment variable As this also breaks some functionality, use the system temp directory instead (typically /tmp). * ncl: Depend on esmf esmf is required for some ncl scripts (such as ESMF_regridding.ncl).
2017-10-05Add link dependency on xproto to xau (recent dependency mechanics changes?) ↵George Hartzell3-4/+4
(#5624) * Add link dependency on xproto to xau The libxcb build was failing like so: ``` 1 error found in build log: [ ... ] 131 checking whether to build developer documentation... yes 132 checking for doxygen... /usr/bin/doxygen 133 checking for dot... /usr/bin/dot 134 checking for CHECK... no 135 checking for XCBPROTO... yes 136 checking for NEEDED... no >> 137 configure: error: Package requirements (pthread-stubs xau >= 0.99.2) were not met: 138 139 Package 'xproto', required by 'xau', not found 140 141 Consider adjusting the PKG_CONFIG_PATH environment variable if you 142 installed software in a non-standard prefix. 143 ``` This adds a link dependency on libxproto that allows the libxcb build to succeed. * Change more build deps to build, link These were also necessary for emacs+X to build. * Fix flake8 complaint
2017-10-05fsl: new package (#5605)Audrey Thoma1-0/+102
2017-10-05Don't change properties on already-installed packages (#5580)scheibelp3-0/+118
* edits to address issues where spack concretization attempts to set properties on already-installed specs * most added checks only need to check if the spec is concrete; they dont also need to check if the package is installed * add test to ensure that patches are not applied to an installed spec * add test to ensure that an error is detected when a dependent requests a dependency constraint which conflicts with a requested installed dependency
2017-10-05r-acme: Create new package. (#5620)lingnanyuan1-0/+45
2017-10-05r-acgh: Create new package. (#5619)lingnanyuan1-0/+42
2017-10-05r-cluster: Update version to 2.0.6. (#5618)lingnanyuan1-1/+3
2017-10-05r-absseq: Create new package. (#5617)lingnanyuan1-0/+40
2017-10-05r-acde: Create new package. (#5616)lingnanyuan1-0/+46
2017-10-05r-boot: Update version to 1.3-20 (#5615)lingnanyuan1-0/+2
2017-10-05esmf: Fix build (#5607)Michael Kuhn3-4/+266
- Use libs instead of lapack_libs (see #3364). - Add a patch to fix building with recent versions of gcc. - Add a patch to fix building with mvapich2.
2017-10-05r-abadata: new package. (#5611)lingnanyuan1-0/+41
2017-10-05r-abaenrichment: Create new package. (#5612)lingnanyuan1-0/+52
2017-10-05CMake: 3.9.4 (#5614)Axel Huebl1-0/+1
Adds the latest release of CMake.
2017-10-04Add the Sandbox package (#5595)Christoph Junghans1-0/+34
2017-10-04extensions: create install prefixes (#5601)Ben Boeckel3-3/+3
Tests fail locally because the install prefix doesn't exist. Make them exist.
2017-10-04r-tibble: added dependency r-rlang (#5536)Yifan Zhu1-1/+2
* pr-quantities: add version & py-numpy conflict (#5307) * r-tibble: Update version to 1.3.4 * r-tibble: added dependency r-rlang * r-tibble: changed r-lazyeval and r-rlang to be versioned dependencies * Update package.py * Update package.py
2017-10-04tassel: new package (#5583)Audrey Thoma1-0/+45
2017-10-04xerces-c: Fix url (#5597)Michael Kuhn1-1/+1
The main location only carries the latest release, while all previous (and current) ones are available at the archive location.
2017-10-04OpenSSL: Fix Zlib (#5584)Axel Huebl1-0/+2
Fix missing `-lz` on `make` of OpenSSL. Spotted on a system without a system-wide zlib installation.
2017-10-03r-edger: created new package (#5571)Yifan Zhu1-0/+44
2017-10-03Add package for multitail@6.4.2 (#5567)George Hartzell1-0/+62
* Add package for multitail@6.4.2 Lightly tested on CentOS 7. * Responde to feedback/comments Use `install_targets` to specify PREFIX= and DESTDIR= instead of hacking away at the Makefile. Expand commentary about "Why?". Use `headers.include_flags` and `libs.ld_flags` to avoid explicitly setting `-L` and `-I` when hacking away at the Makefile.
2017-10-03ExaSP2 Spackage (#5570)Robert Pavel1-0/+94
* Added exasp2 spackage Added spackage for exasp2 proxy app * Fixed MPI in ExaSP2 Explicitly disabled MPI when not enabled. Set MPI variant to default as per Spack standards * Generalized BML Passing for ExaSP2 * Modified to follow spack rules on blas Fortunately was able to modify exasp2 build system to support spack model for blas and lapack requirements. No guarantee is made for support of anything other than originally supported libraries * Fixed flake8 error
2017-10-03r-a4base: new package. (#5576)lingnanyuan1-0/+46
2017-10-03r-a4: new package. (#5577)lingnanyuan1-0/+40
2017-10-03fastqvalidator: new package (#5573)Audrey Thoma1-0/+56
* fastqvalidator: new package * adding version-specificity to compiler conflict * quick changes to env vars and build phase * Update package.py * oops. forgot to install executable * Update package.py * updating package.py * turn env into targets
2017-10-03libpng: zlib path (#5581)Axel Huebl1-0/+10
explicitly set the zlib path for libpng configure. fixes: ``` [ ... ] 92 checking for memset... yes 93 checking for pow... no 94 checking for pow in -lm... yes 95 checking for clock_gettime... yes 96 checking for zlibVersion in -lz... no 97 checking for z_zlibVersion in -lz... no >> 98 configure: error: zlib not installed ```
2017-10-03sra-toolkit: new package (#5588)Audrey Thoma1-0/+45
* sra-toolkit: new package * adding description and homepage
2017-10-03Tell configure about gmp (#5585)George Hartzell1-0/+6
This is a partial fix for #5564. This package used to trust that `configure` would discover `gmp` from its environment. It's safer to tell it where to find `gmp` explicitly. This does that by adding a configure_args() that provides a `--with-gmp=...` argument for configure.
2017-10-02mrtrix3: new package (#5568)Audrey Thoma1-0/+62
* mrtrix3: new package * specifying conflict dependency ve
2017-10-02r-a4reporting: new package. (#5575)lingnanyuan1-0/+37
2017-10-02r-locfit: created new package (#5572)Yifan Zhu1-0/+37
2017-10-02Added support for BML+mpi variant (#5563)Robert Pavel1-1/+14
* Added support for BML+mpi variant Added support for BML+mpi variant. Currently restricted to master (develop) branch pending release of next bml tag * Update package.py Removing redundant statement * Update package.py Added explicit disabling of MPI when not requested
2017-10-02Added Spackage for YAJL (#5566)Robert Pavel1-0/+35
Added spackage for YAJL
2017-10-02linkphase3: new package (#5493)Audrey Thoma1-0/+41
* linkphase3: new package * adding ifort option * Update package.py
2017-10-02hisat2: new package (#5488)Audrey Thoma1-0/+63
2017-10-02CUDA 9.0.176 (#5562)Axel Huebl1-0/+2
The first stable release of CUDA 9, v9.0.176, is out. This adds its installer and checksum.
2017-09-30Patches are hashed with specs, and can be associated with dependencies.Todd Gamblin13-42/+199
- A package can depend on a special patched version of its dependencies. - The `Spec` YAML (and therefore the hash) now includes the sha256 of the patch in the `Spec` YAML, which changes its hash. - The special patched version will be built separately from a "vanilla" version of the same package. - This allows packages to maintain patches on their dependencies without affecting either the dependency package or its dependents. This could previously be accomplished with special variants, but having to add variants means the hash of the dependency changes frequently when it really doesn't need to. This commit allows the hash to change *just* for dependencies that need patches. - Patching dependencies shouldn't be the common case, but some packages (qmcpack, hpctoolkit, openspeedshop) do this kind of thing and it makes the code structure mirror maintenance responsibilities. - Note that this commit means that adding or changing a patch on a package will change its hash. This is probably what *should* happen, but we haven't done it so far. - Only applies to `patch()` directives; `package.py` files (and their `patch()` functions) are not hashed, but we'd like to do that in the future. - The interface looks like this: `depends_on()` can optionally take a patch directive or a list of them: depends_on(<spec>, patches=patch(..., when=<cond>), when=<cond>) # or depends_on(<spec>, patches=[patch(..., when=<cond>), patch(..., when=<cond>)], when=<cond>) - Previously, the `patch()` directive only took an `md5` parameter. Now it only takes a `sha256` parameter. We restrict this because we want to be consistent about which hash is used in the `Spec`. - A side effect of hashing patches is that *compressed* patches fetched from URLs now need *two* checksums: one for the downloaded archive and one for the content of the patch itself. Patches fetched uncompressed only need a checksum for the patch. Rationale: - we include the content of the *patch* in the spec hash, as that is the checksum we can do consistently for patches included in Spack's source and patches fetched remotely, both compressed and uncompressed. - we *still* need the patch of the downloaded archive, because we want to verify the download *before* handing it off to tar, unzip, or another decompressor. Not doing so is a security risk and leaves users exposed to any arbitrary code execution vulnerabilities in compression tools.
2017-09-29Add test deptype (#5132)scheibelp1-2/+1
* Add '--test=all' and '--test=root' options to test either the root or the root and all dependencies. * add a test dependency type that is only used when --test is enabled. * test dependencies are not added to the spec, but they are provided in the test environment.
2017-09-29r-limma: added version 3.32.7 (#5558)Yifan Zhu1-0/+2
2017-09-29Masa requires python if +python. (#5547)Jon Rood1-0/+1
2017-09-29r-a4classif: new package. (#5557)lingnanyuan1-0/+43
2017-09-29r-yaml: Correct url (#5550)lingnanyuan1-1/+1
* pr-quantities: add version & py-numpy conflict (#5307) * r-yaml: Correct url.
2017-09-29r-downloader: created new package (#5556)Yifan Zhu1-0/+42