Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
xmlto migrated to https://pagure.io/xmlto
|
|
fetch libaio via the debian mirrors, the same way as archlinux builds
it (from original, unmodified sources):
https://git.archlinux.org/svntogit/packages.git/commit/trunk/PKGBUILD?h=packages/libaio&id=a8ec32dd3988668809e6c6affe678db04db3fc76
|
|
* 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...
|
|
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.
|
|
*Minimally* tested on CentOS 7.
Stole the `install_target` bit from zip....
|
|
* 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
|
|
|
|
|
|
* petsc: add 3.7.6
* slepc: add 3.7.4
* hypre: remove whitespace
|
|
* added STAR aligner package
* fixed flake errors
* PATH NOW WORKS
* STAR install now works
* star install now perfected
|
|
|
|
|
|
* Added pgi support for suite-sparse package
* Patch modified
* added 'CFOPENMP={0}'.format(self.compiler.openmp_flag) for -mp flag
|
|
* 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.
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
* Add --configure-args/vars support to RPackage
* Docstring formatting change
|
|
- 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.
|
|
* 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
|
|
|
|
* added libdrm 2.4.75 per #4316
* removed 'list_url'
|
|
* 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.
|
|
* updating mfem version
* changing mfem tarball extension to .tar.gz
|
|
Specify either "--with-scalapack-dir" or "--with-scalapack-lib --with-scalapack-include". But not both!
|
|
* Added pgi support for superlu-dist package
* added self.compiler.pic_flag
|
|
* 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
|
|
|
|
|
|
* Touch up string expansion.
I'm chasing this:
```
$ (module purge; spack install perl %gcc/5.4.0)
==> Error: No installed spec matches the hash: '%s'
```
There's something deeper going on, but the error message isn't helpful.
After this change it tells me this:
```
$ (module purge; spack install perl %gcc/5.4.0)
==> Error: No installed spec matches the hash: '5.4.0'
```
Which is weird because `5.4.0` is not a hash... Whatever is going on here, the error message needs to be fixed.
* Flake8 whitespace
|
|
|
|
|
|
* trilinos: add DTK external package
* Making +dtk and ~tpetra conflict
|
|
* 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
|
|
* Add latest version of CONVERGE
* Flake8 fixes
|
|
|
|
|
|
* 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)
|
|
* 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
|
|
* 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
|
|
|
|
|
|
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.
|
|
|
|
* magics: use filter_file to avoid using system python in all versions
* magics: add eccodes variant to switch between eccodes and grib-api
|
|
* 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
|
|
* plumed: fixed compilation on rhel6 with mvapich2 and gcc@5.4.0 (#77)
* plumed: prevent parallel compilation, as it breaks for the newest version
|