summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Ensure Config.pm has correct setting for cc (#4345)George Hartzell1-0/+31
* Ensure Config.pm has correct setting for cc Run a filter after install so that Config.pm records the compiler that Spack built the package with. If this isn't done, $Config{cc} will be set to Spack's cc wrapper script. * Also patch compilers Config_heavy.pl This patch sets ld=gcc, which appears to work. I'm not sure if there's a good way to get at the ld that Spack uses. * Clean up quoting * Fix pattern for Config.pm Does not start at beginning of line...
2017-05-29Add support for an older version of STAR (#4385)George Hartzell1-1/+4
What the user wants, the user etc.... Add info for STAR@2.4.2a. It's URL looks different, so added a URL for it. This broke the URL for the current version, so added a URL for it also (known bug). *Minimally* tested on CentOS 7.
2017-05-29Add package for bamutil (#4387)George Hartzell2-0/+56
*Minimally* tested on CentOS 7. Stole the `install_target` bit from zip....
2017-05-28python: RPATH on Cray (#4209)Milton Woods3-0/+31
* python: ensure that distutils sets valid compiler options for RPATH on cray * python: add cray-rpath patches for python@2.3:3.0.1 and python@3.1: * python: in patch(..., when="@a:b platform=c"), limit b must be specified * python: assume that python@4 will break the cray patches
2017-05-27oce: add 0.18.1 (#4376)Denis Davydov1-1/+2
2017-05-27tbb: add 2017.6 (#4377)Denis Davydov1-0/+2
2017-05-27Petsc and Slepc -- add new versions (#4378)Denis Davydov3-1/+3
* petsc: add 3.7.6 * slepc: add 3.7.4 * hypre: remove whitespace
2017-05-27added STAR aligner package (#4368)Douglas Duckworth1-0/+41
* added STAR aligner package * fixed flake errors * PATH NOW WORKS * STAR install now works * star install now perfected
2017-05-27arpack: add 3.5.0 (#4375)Denis Davydov1-0/+1
2017-05-27Document known issue with R concretization (#4313)Adam J. Stewart1-0/+2
2017-05-27Added pgi support for suite-sparse package (#4340)eklee152-1/+17
* Added pgi support for suite-sparse package * Patch modified * added 'CFOPENMP={0}'.format(self.compiler.openmp_flag) for -mp flag
2017-05-26Fix mummerplot when ^perl@5.20: (#4348)George Hartzell1-0/+8
* Fix mummerplot when ^perl@5.20: Calling defined() on a hash has been deprecated for ages. It became an error in perl@5.20. If we're building with a perl where it's illegal, we should fix it. * Simplify call to filter_file Treat the first arg to filter_file as a string rather than a regex, so that we don't have to figure out the escapes. * Patch mummerplot for *any* perl version.
2017-05-26Fix bwa url's (#4366)George Hartzell1-1/+2
* Fix bwa url's Work around varying github URLs. See #4365 for details. * Restore main url entry @adamjstewart pointed out that the package still needs a main url so that `spack versions` works.
2017-05-26added -c11 flag for pgi compiler for TSL (#4367)eklee151-1/+3
2017-05-26Added pgi support for mumps (#4369)eklee151-2/+2
2017-05-26Add latest version of NCO (#4370)Adam J. Stewart1-1/+2
2017-05-26Add --configure-args/vars support to RPackage (#4289)Adam J. Stewart1-13/+20
* Add --configure-args/vars support to RPackage * Docstring formatting change
2017-05-26gpg: add 'spack gpg subcommand (#3845)Ben Boeckel5-0/+56
- Add a `spack gpg` subcommand in anticipation of signed binaries. - GPG keys are stored in var/spack/gpg, and the spack gpg command manages them. - Docs are included on the command.
2017-05-26Add info for jdk@7u80 (not downloadable) (#4363)George Hartzell1-0/+4
* Add info for jdk@7u80 (not downloadable) Add version info for jdk@7u80. Oracle does't seem to be distributing it any longer so there's no reasonable URL to provide, but for those of us who already have the tarball this is useful. * Flake8 cleanup
2017-05-26Add master as install option for yaml-cpp (#4364)Nils Deppe1-0/+1
2017-05-25added libdrm 2.4.75 per #4316 (#4359)Douglas Duckworth1-0/+1
* added libdrm 2.4.75 per #4316 * removed 'list_url'
2017-05-25Add info for fastqc@0.11.4 (#4357)George Hartzell1-0/+1
* Add info for fastqc@0.11.4 * Delete the bamutil package (included by mistake) The bamutil package was included by mistake, the commit deletes it.
2017-05-25updating mfem version (#4362)Mark C. Miller1-3/+5
* updating mfem version * changing mfem tarball extension to .tar.gz
2017-05-25petsc: fix scalapack error: (#4341)Denis Davydov1-1/+1
Specify either "--with-scalapack-dir" or "--with-scalapack-lib --with-scalapack-include". But not both!
2017-05-25Added pgi support for superlu-dist package (#4343)eklee151-2/+5
* Added pgi support for superlu-dist package * added self.compiler.pic_flag
2017-05-25Packages/r adegenet (#4354)Tom Merrick13-1/+518
* Add mpi support to R * Add multiple precision math routines to R * Updated the URL to match the version * Remove duplicate packages * Add packages for r-ergm and it's dependents * Fixed depends-on types * Correct flake8 errors * Correct Build type * r-adegenet and dependent packages
2017-05-25Add info for bwa@0.7.12 (#4356)George Hartzell1-0/+2
2017-05-25Add ant@1.9.6 info (#4350)George Hartzell1-0/+1
2017-05-25Add older version of CONVERGE (#4346)Adam J. Stewart1-0/+2
2017-05-25Add missing dependency to py-entrypoints (#4330)Adam J. Stewart3-11/+17
2017-05-25Trilinos: add DTK external package (#4304)Andrey Prokopenko1-3/+19
* trilinos: add DTK external package * Making +dtk and ~tpetra conflict
2017-05-24Fix issues parsing multiple anonymous specs (#4199)becker331-11/+8
* fix parser * Removed xfails * cleaned up debug print statements * make use of these changes in gcc * Added comment explaining unreachable line, line left for added protection
2017-05-24Add latest version of CONVERGE (#4337)Adam J. Stewart1-13/+21
* Add latest version of CONVERGE * Flake8 fixes
2017-05-24added new R package - r-rgl (#4335)Douglas Duckworth1-0/+54
2017-05-23cairo: ensure that X support is disabled for variant "~X" (#4242)Milton Woods1-0/+4
* cairo: ensure that X support is disabled for variant "~X" * cairo: explicitly enable X support for +X variant * cairo: prefer "variant in spec" over spec.satisfies(variant)
2017-05-23Correct installation step for mummer (and dependency) (#4293)George Hartzell3-11/+121
* Trailing whitespace cleanup * Handcraft an install process for mummer (grumble) Mummer punts on an installation step, they just build in and run from the same directory. Mummer also has various hardcoded paths built into it that allow it to find other executables that it needs as well as its Perl library. This updates the package to deal with this approach. It patches the Makefile and scripts/Makefile so that the correct info is fed to sed when it munges the perl scripts. The install step is now finer grained and puts things where mummer relatively wants to find them. * Add perl dependency * perl should be build/run dependency * Fix whitespace * Delete stray u at top of file
2017-05-23new package virtualgl (#4297)Luigi Calori2-1/+48
* new package virtualgl, depends on mesa-glu but NOT on mesa, so added a variant to mesa-glu * add comment on mesa variant of mesa-glu
2017-05-23fix build command for caffe with openblas (#4299)Gregory Lee1-1/+2
2017-05-23opencoarrays: new version (#4271)Erik Schnetter1-0/+1
2017-05-23Add support for addl versions of bcl2fastq2 (#4328)George Hartzell1-1/+5
Two changes: - It seems that Illumina version numbers are dotted and that the dashed version in the 2.18... filename is an anomaly (based on the names for 2.17.1.14 and 2.19.0). `url_for_version` does the right thing for 2.18. It will need to be fixed when support for 2.19 is added. 2.17 is no longer generally available so it gets a pass. - Add version and hash for 2.17.1.14. 2.17.1.14 is no longer distributed. If you have a copy of the source tarball, you can drop it into a local mirror w/ the name mirror/bcl2fastq2/bcl2fastq2-2.17.1.14.zip and go from there.
2017-05-23Add latest version of libpciaccess (#4325)Adam J. Stewart1-1/+2
2017-05-23Magics with eccodes variant (#4320)Milton Woods2-16/+15
* magics: use filter_file to avoid using system python in all versions * magics: add eccodes variant to switch between eccodes and grib-api
2017-05-23Packages/r ergm (#4314)Tom Merrick10-0/+384
* Add mpi support to R * Add multiple precision math routines to R * Add packages for r-ergm and it's dependents * Fixed depends-on types * Correct flake8 errors
2017-05-23plumed: fixed compilation on rhel6 (#4318)Massimiliano Culpo1-1/+11
* plumed: fixed compilation on rhel6 with mvapich2 and gcc@5.4.0 (#77) * plumed: prevent parallel compilation, as it breaks for the newest version
2017-05-22Add Microsoft's C++ Rest SDK (#4315)Robert D. French1-0/+41
2017-05-22magics: use spack perl instead of system perl (#4310)Milton Woods1-3/+3
2017-05-21qt: patch JavaScriptCore to favour internal pcre headers (#4270)Milton Woods2-0/+36
2017-05-21libdrm depends on pkg-config (#4308)Michael Kuhn1-0/+1
2017-05-21flex: create variant +lex that creates symlinks for lex and libl.{a,so} (#3894)Milton Woods1-0/+17
* flex: create variant +lex that creates symlinks for lex and libl.{a,so} * flex: enable variant +lex by default * flex: use dso_suffix for portability; replace repetitive code with a loop
2017-05-20spark: remove whitespaces from run_env variable (#4210)Massimiliano Culpo1-2/+7