Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-04 | Add package for fastx toolkit | George Hartzell | 1 | -0/+43 | |
Tools for working with FASTA/FASTQ files. | |||||
2016-08-04 | Add package for libgtextutils | George Hartzell | 1 | -0/+43 | |
Gordon's Text utils Library, in support of fastx toolkit. | |||||
2016-08-04 | sbang filtering now works on non-writable files. (#1445) | Todd Gamblin | 2 | -3/+26 | |
- sbang now changes mode to writable and restores mode if a file is not writable. | |||||
2016-08-04 | Merge pull request #1330 from suraia/fix-ascii-graph | becker33 | 3 | -121/+101 | |
Fix graph command with ASCII output | |||||
2016-08-04 | Merge pull request #1437 from jgalarowicz/update-xercesc | becker33 | 1 | -4/+5 | |
Update the version of xerces-c, where the developers remove the old v… | |||||
2016-08-04 | Merge pull request #1438 from jgalarowicz/update-libmonitor | becker33 | 1 | -5/+3 | |
Update libmonitor to use its new github location, it does not exist w… | |||||
2016-08-04 | Merge pull request #1444 from tobbez/fix_indent_spider | becker33 | 1 | -14/+14 | |
Fix incorrect indentation in spack.util.web._spider | |||||
2016-08-04 | Merge pull request #1443 from davydden/pkg/dealii_python | becker33 | 1 | -2/+15 | |
dealii: add optional python bindings | |||||
2016-08-04 | Merge pull request #1431 from hartzell/feature/add-package-for-unison | becker33 | 2 | -0/+94 | |
Add package for unison (and ocaml) | |||||
2016-08-04 | Fix flake8 issues | Torbjörn Lönnemark | 1 | -10/+10 | |
2016-08-04 | dealii: add optional python bindings | Denis Davydov | 1 | -2/+15 | |
2016-08-04 | Fix incorrect indentation | Torbjörn Lönnemark | 1 | -5/+5 | |
2016-08-04 | flake8 fixes | Michael Kuhn | 2 | -103/+83 | |
2016-08-04 | Fix tests. | Michael Kuhn | 2 | -12/+11 | |
2016-08-04 | Fix graph command with ASCII output. | Michael Kuhn | 2 | -8/+9 | |
2016-08-03 | Fix #1429: Remove git dep from gettext; break circular dependency. | Todd Gamblin | 1 | -4/+0 | |
- 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 | Fix flake8 errors for: Update libmonitor to use its new github location, it ↵ | Jim Galarowicz | 1 | -2/+1 | |
does not exist where the package file now points to. | |||||
2016-08-03 | Fix flake8 errors for Update the version of xerces-c, where the developers ↵ | Jim Galarowicz | 1 | -2/+3 | |
remove the old version, so there is no fallback. | |||||
2016-08-03 | Update libmonitor to use its new github location, it does not exist where ↵ | Jim Galarowicz | 1 | -3/+2 | |
the package file now points to. | |||||
2016-08-03 | Update the version of xerces-c, where the developers remove the old version, ↵ | Jim Galarowicz | 1 | -2/+2 | |
so there is no fallback. | |||||
2016-08-03 | Merge pull request #1433 from JRWynneIII/error_message_fix | Todd Gamblin | 1 | -1/+1 | |
Fix typo for error message when compiler doesn't exist for arch | |||||
2016-08-03 | Added parens to %'s arguments. Fixes #1432 | James Riley Wynne III | 1 | -1/+1 | |
2016-08-03 | Flake8 cleanup | George Hartzell | 1 | -0/+1 | |
2016-08-03 | Merge pull request #1382 from KineticTheory/gktplus3-deps | Todd Gamblin | 5 | -9/+64 | |
GTK+3: Provide updates to package dependencies. | |||||
2016-08-03 | Add package for unison | George Hartzell | 1 | -0/+50 | |
Add package for unison (the file synchronizer). Needs the ocaml compiler to build. | |||||
2016-08-03 | Add package for ocaml compiler | George Hartzell | 1 | -0/+43 | |
Installs the ocaml compiler. | |||||
2016-08-03 | Merge pull request #1430 from KineticTheory/cray-cc-recursion-fix | Todd Gamblin | 1 | -1/+1 | |
Cray: Fix a typo that could cause an infinite recursion when calling env/cc | |||||
2016-08-03 | Cray: Fix a typo that could cause an infinite recursion when calling /env/cc. | Kelly (KT) Thompson | 1 | -1/+1 | |
fixes #1428 | |||||
2016-08-03 | Provide minor updates after code review | Kelly (KT) Thompson | 1 | -4/+2 | |
+ 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 | Merge pull request #1378 from LLNL/bugfix/gh-1324-intel-parallel-studio | becker33 | 1 | -1/+32 | |
Bugfix/gh 1324 intel parallel studio | |||||
2016-08-03 | Merge pull request #1156 from adamjstewart/features/py-meep | becker33 | 16 | -47/+685 | |
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 | Merge pull request #1361 from ↵ | becker33 | 3 | -6/+38 | |
epfl-scitas/features/module_token_expansion_in_environment module : token expansion in environment | |||||
2016-08-03 | Merge pull request #1420 from epfl-scitas/packages/plumed | becker33 | 1 | -0/+84 | |
plumed : added package | |||||
2016-08-03 | qa : flake8 issues | alalazo | 1 | -5/+7 | |
2016-08-02 | One more formatting change to make flake8 happy. | Kelly (KT) Thompson | 1 | -1/+1 | |
2016-08-02 | Merge pull request #1233 from hartzell/add-nextflow | becker33 | 1 | -0/+42 | |
First cut package for nextflow, has issues | |||||
2016-08-02 | Merge pull request #1236 from davydden/pkg/arpack-ng_blas | becker33 | 1 | -9/+30 | |
arpack-ng: fix blas/lapack libraries | |||||
2016-08-02 | arpack-ng: fix blas/lapack libraries | Denis Davydov | 1 | -9/+30 | |
2016-08-02 | Merge pull request #1424 from adamjstewart/features/setup_py | becker33 | 1 | -1/+1 | |
spack create should use setup_py() instead of python() | |||||
2016-08-02 | spack create should use setup_py() instead of python() | Adam J. Stewart | 1 | -1/+1 | |
2016-08-02 | Merge pull request #1366 from hartzell/feature/add-package-for-ack | becker33 | 1 | -0/+51 | |
Add package for ack | |||||
2016-08-02 | Merge pull request #1421 from hartzell/feature/add-package-for-texlive | becker33 | 1 | -0/+57 | |
Add package for texlive | |||||
2016-08-02 | Merge pull request #1339 from hartzell/features/add-perl | becker33 | 1 | -0/+75 | |
Add perl package | |||||
2016-08-02 | Merge pull request #1423 from glennpj/fix_url | becker33 | 1 | -1/+2 | |
Move archive_version setting to if block | |||||
2016-08-02 | Remove accidentally committed cabal-install bits | George Hartzell | 2 | -62/+0 | |
2016-08-02 | Merge pull request #1243 from davydden/pkg/atlas_urls | becker33 | 3 | -9/+120 | |
atlas: fix urls and shared libs | |||||
2016-08-02 | Move archive_version setting to if block | Glenn Johnson | 1 | -1/+2 | |
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 | Merge pull request #864 from davydden/kdiff3 | becker33 | 2 | -2/+46 | |
kdiff3: initial version of the package | |||||
2016-08-02 | Merge pull request #1360 from glennpj/pysetuptoolsdep | becker33 | 4 | -3/+10 | |
Add py-setuptools dependencies to packages | |||||
2016-08-02 | Merge pull request #1354 from ↵ | becker33 | 4 | -5/+114 | |
paulhopkins/bugfix/preferred_variants_do_not_recognise_-variant Bugfix/preferred variants do not recognise -variant |