George Hartzell
769408130a
Samtools depends on htslib from 1.3.1 onward
...
Samtools used to (before 1.3.1) include it's own copy of htslib. Going
forward, it needs to use the standalone htslib.
2016-08-05 17:47:11 -04:00
George Hartzell
d6dedee6ff
Flake8 cleanup
2016-08-04 15:23:04 -04:00
George Hartzell
fd11db92e1
Add package for bcftools
2016-08-04 14:18:03 -04:00
George Hartzell
ba0577dc96
Update samtools to support v1.3.1
...
Update the samtools package to support v1.3.1, which
- now uses configure script; and
- now depends on external htslib package.
The dependency on mpc seems to have been bogus, it's never linked in,
nor is it mentioned in the source tree. I *do* have a version in
/usr/lib64, but ldd does not sure it being linked in either....
By depending on 'ncurses' I can do away with the need for the patch.
2016-08-04 14:18:03 -04:00
George Hartzell
ef1369c365
Add package for htslib
...
Htslib was pulled out of samtools and made into a standalone thing.
This commit adds a packag for it, in support of the samtools package.
2016-08-04 14:18:03 -04:00
Todd Gamblin
6ab78eb88e
sbang filtering now works on non-writable files. ( #1445 )
...
- sbang now changes mode to writable and restores mode if a file is not
writable.
2016-08-04 10:46:45 -07:00
becker33
369b2ef01f
Merge pull request #1330 from suraia/fix-ascii-graph
...
Fix graph command with ASCII output
2016-08-04 09:37:24 -07:00
becker33
1ac1cc3d2c
Merge pull request #1437 from jgalarowicz/update-xercesc
...
Update the version of xerces-c, where the developers remove the old v…
2016-08-04 09:00:36 -07:00
becker33
3c6f6fc811
Merge pull request #1438 from jgalarowicz/update-libmonitor
...
Update libmonitor to use its new github location, it does not exist w…
2016-08-04 08:59:35 -07:00
becker33
bacfa91cfd
Merge pull request #1444 from tobbez/fix_indent_spider
...
Fix incorrect indentation in spack.util.web._spider
2016-08-04 08:44:35 -07:00
becker33
cabcdf0ec9
Merge pull request #1443 from davydden/pkg/dealii_python
...
dealii: add optional python bindings
2016-08-04 08:43:36 -07:00
becker33
fcc8b1d3e4
Merge pull request #1431 from hartzell/feature/add-package-for-unison
...
Add package for unison (and ocaml)
2016-08-04 08:41:45 -07:00
Torbjörn Lönnemark
61b3ecb6d2
Fix flake8 issues
2016-08-04 16:28:14 +02:00
Denis Davydov
af8741c23c
dealii: add optional python bindings
2016-08-04 16:11:14 +02:00
Torbjörn Lönnemark
a591e183bc
Fix incorrect indentation
2016-08-04 16:09:49 +02:00
Michael Kuhn
2bd1a51193
flake8 fixes
2016-08-04 13:07:33 +02:00
Michael Kuhn
1578a95982
Fix tests.
2016-08-04 13:07:33 +02:00
Michael Kuhn
7affaca321
Fix graph command with ASCII output.
2016-08-04 13:07:33 +02:00
Todd Gamblin
b7fa2c4e21
Fix #1429 : Remove git dep from gettext; break circular dependency.
...
- It's not really a circular dependency -- git is a run dependency of gettext
- We can revert this change when Spack is smart enough to make git a run
dependency and build it.
2016-08-03 21:53:53 -07:00
Jim Galarowicz
2e1dbd0697
Fix flake8 errors for: Update libmonitor to use its new github location, it does not exist where the package file now points to.
2016-08-03 21:32:15 -05:00
Jim Galarowicz
e69423a154
Fix flake8 errors for Update the version of xerces-c, where the developers remove the old version, so there is no fallback.
2016-08-03 21:28:56 -05:00
Jim Galarowicz
e68b7d8c63
Update libmonitor to use its new github location, it does not exist where the package file now points to.
2016-08-03 21:08:48 -05:00
Jim Galarowicz
638f779841
Update the version of xerces-c, where the developers remove the old version, so there is no fallback.
2016-08-03 21:04:17 -05:00
Todd Gamblin
be1158f7a3
Merge pull request #1433 from JRWynneIII/error_message_fix
...
Fix typo for error message when compiler doesn't exist for arch
2016-08-03 14:29:08 -07:00
James Riley Wynne III
f0609699ba
Added parens to %'s arguments. Fixes #1432
2016-08-03 17:16:04 -04:00
George Hartzell
43371c31a2
Flake8 cleanup
2016-08-03 16:51:53 -04:00
Todd Gamblin
dce105d16f
Merge pull request #1382 from KineticTheory/gktplus3-deps
...
GTK+3: Provide updates to package dependencies.
2016-08-03 13:45:18 -07:00
George Hartzell
4acf6d76bf
Add package for unison
...
Add package for unison (the file synchronizer).
Needs the ocaml compiler to build.
2016-08-03 16:41:31 -04:00
George Hartzell
a7bfaa3797
Add package for ocaml compiler
...
Installs the ocaml compiler.
2016-08-03 16:41:31 -04:00
Todd Gamblin
88bb67e279
Merge pull request #1430 from KineticTheory/cray-cc-recursion-fix
...
Cray: Fix a typo that could cause an infinite recursion when calling env/cc
2016-08-03 13:34:54 -07:00
Kelly (KT) Thompson
46e9d85283
Cray: Fix a typo that could cause an infinite recursion when calling /env/cc.
...
fixes #1428
2016-08-03 14:15:44 -06:00
Kelly (KT) Thompson
7c46a4c0e4
Provide minor updates after code review
...
+ Always depend on the gettext package. This simplifies the logic and I no
longer need to 'import sys'
+ Only apply the patch for the older version of glib.
2016-08-03 13:26:02 -06:00
becker33
3e6ebd577f
Merge pull request #1378 from LLNL/bugfix/gh-1324-intel-parallel-studio
...
Bugfix/gh 1324 intel parallel studio
2016-08-03 10:46:40 -07:00
becker33
353726f08f
Merge pull request #1156 from adamjstewart/features/py-meep
...
Add py-meep package and dependencies
Merging to add the gettext support, will submit a separate issue for the LD_LIBRARY_PATH issue with MPI and py-meep
2016-08-03 10:07:05 -07:00
becker33
7ae163d436
Merge pull request #1361 from epfl-scitas/features/module_token_expansion_in_environment
...
module : token expansion in environment
2016-08-03 09:49:28 -07:00
becker33
b9195b415a
Merge pull request #1420 from epfl-scitas/packages/plumed
...
plumed : added package
2016-08-03 08:36:31 -07:00
alalazo
2f1c000f62
qa : flake8 issues
2016-08-03 08:26:58 +02:00
Kelly (KT) Thompson
d7d12aa2dc
One more formatting change to make flake8 happy.
2016-08-02 19:05:48 -06:00
becker33
48997cffa1
Merge pull request #1233 from hartzell/add-nextflow
...
First cut package for nextflow, has issues
2016-08-02 11:52:19 -07:00
becker33
4ff4eab476
Merge pull request #1236 from davydden/pkg/arpack-ng_blas
...
arpack-ng: fix blas/lapack libraries
2016-08-02 11:50:42 -07:00
Denis Davydov
f90692cf81
arpack-ng: fix blas/lapack libraries
2016-08-02 20:27:34 +02:00
becker33
13d9eed85b
Merge pull request #1424 from adamjstewart/features/setup_py
...
spack create should use setup_py() instead of python()
2016-08-02 10:28:14 -07:00
Adam J. Stewart
941acef009
spack create should use setup_py() instead of python()
2016-08-02 12:20:28 -05:00
becker33
b5a117c923
Merge pull request #1366 from hartzell/feature/add-package-for-ack
...
Add package for ack
2016-08-02 10:11:11 -07:00
becker33
1534a115bd
Merge pull request #1421 from hartzell/feature/add-package-for-texlive
...
Add package for texlive
2016-08-02 10:10:43 -07:00
becker33
a03a35565e
Merge pull request #1339 from hartzell/features/add-perl
...
Add perl package
2016-08-02 10:10:04 -07:00
becker33
326b9838ed
Merge pull request #1423 from glennpj/fix_url
...
Move archive_version setting to if block
2016-08-02 10:05:25 -07:00
George Hartzell
fa70a837d4
Remove accidentally committed cabal-install bits
2016-08-02 13:00:47 -04:00
becker33
91004158c6
Merge pull request #1243 from davydden/pkg/atlas_urls
...
atlas: fix urls and shared libs
2016-08-02 09:59:05 -07:00
Glenn Johnson
2929fb0a4d
Move archive_version setting to if block
...
The archive_version variable should only get set if versions will be
checked and that is only if there is a list_url in the package file. For
VCS repos setting the variable triggers an error from web.py as it
parses the default_fetcher object.
This should fix #1422 .
2016-08-02 11:54:09 -05:00