Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-30 | PNGwriter: Add Spack Package | Axel Huebl | 1 | -0/+55 | |
Adds a package for [PNGwriter](https://github.com/pngwriter/pngwriter/), a simple high-level C++ png API used in scientific projects. ``` PNGwriter is a very easy to use open source graphics library that uses PNG as its output format. The interface has been designed to be as simple and intuitive as possible. It supports plotting and reading pixels in the RGB (red, green, blue), HSV (hue, saturation, value/brightness) and CMYK (cyan, magenta, yellow, black) colour spaces, basic shapes, scaling, bilinear interpolation, full TrueType antialiased and rotated text support, bezier curves, opening existing PNG images and more. ``` PNGwriter is a dependency for [PIConGPU](http://picongpu.hzdr.de), an open-source, many-core, fully-relativistic particle-in-cell code and further software developed at [Helmholz-Zentrum Dresden - Rossendorf](https://www.hzdr.de). | |||||
2016-08-30 | Move all documentation generation into conf.py | Todd Gamblin | 3 | -21/+32 | |
- extra steps in Makefile are ignored by readthedocs | |||||
2016-08-29 | Merge pull request #1652 from ax3l/topic-updateAdios110 | Todd Gamblin | 1 | -16/+103 | |
Update ADIOS Package | |||||
2016-08-29 | resources : added docs fixes #1551 (#1627) | Massimiliano Culpo | 2 | -3/+23 | |
2016-08-29 | Fix exception constructors. (#1663) | Todd Gamblin | 1 | -3/+7 | |
2016-08-29 | libpciaccess: Changed libtool to a build dependency. (#1602) | Elizabeth Fischer | 1 | -1/+1 | |
2016-08-30 | Remove Space, Enable Parallel | Axel Huebl | 1 | -4/+1 | |
- remove space before comma - enable parallel build again (seems to work) | |||||
2016-08-30 | ADIOS: Use NetCDF Prefix from spec's | Axel Huebl | 1 | -2/+1 | |
2016-08-29 | added qt-creator (#1659) | Gregory Lee | 1 | -0/+46 | |
2016-08-30 | Defaults: MPI=True, Fortran=False | Axel Huebl | 1 | -2/+2 | |
- ADIOS is mainly a parallel I/O library - a Fortran compiler is non-standard in a minimal install | |||||
2016-08-29 | RM Outdated Comments, Versions & Code | Axel Huebl | 1 | -10/+1 | |
2016-08-29 | Always External MXML; type='build' | Axel Huebl | 1 | -8/+7 | |
- always use `mxml` as an external dependency in spack - declare `build`-only dependencies correctly | |||||
2016-08-29 | ADIOS: disable parallel make | Axel Huebl | 1 | -0/+3 | |
2016-08-29 | New URL scheme for newer (and older) PDTs (#1651) | Robert D. French | 1 | -7/+7 | |
2016-08-29 | Change spack --profile sort key for 2.6 compatibility. (#1656) | Todd Gamblin | 1 | -1/+1 | |
2016-08-29 | ADIOS: Run Autotools First | Axel Huebl | 1 | -0/+8 | |
2016-08-29 | Ole' GNU nano; Actually ran flake8 (#1649) | Robert D. French | 1 | -0/+40 | |
2016-08-29 | Merge pull request #1564 from adamjstewart/features/create | Todd Gamblin | 1 | -1/+2 | |
Suggest setuptools when creating Python package | |||||
2016-08-29 | Merge pull request #1563 from adamjstewart/features/sphinx | Todd Gamblin | 13 | -41/+279 | |
Add all Sphinx dependencies | |||||
2016-08-29 | Update ADIOS Package | Axel Huebl | 1 | -14/+104 | |
This PR updates the ADIOS package. **Changes:** - add latest stable release `1.10.0` - add previous versions (hashes) - add default license header - add build options (shamelessly taken from HDF5 package) - add validation for excisting FC (as in HDF5) and make optional - handle mxml dependency correctly (not required in 1.10.0+) - add `CFLAGS=-fPIC` to build shared (python) libs in ADIOS' lib - remove `-DMPICH_IGNORE_CXX_SEEK` since it is normally not required - remove `MPICC/CXX?FC` since `--with-mpi` just performs well - add transforms: - `zlib`: useful (optional) default - `szip`: optional (compile often broken) - add transports that are not as performant as the `.bp` format: - `hdf5`: non-default - `netcdf`: non-default, close #1610 | |||||
2016-08-29 | Merge pull request #1619 from davydden/pkg/nwchem_macos_fix | Todd Gamblin | 1 | -0/+5 | |
nwchem: use basename for CC and FC | |||||
2016-08-29 | nwchem: use basename for CC and FC | Denis Davydov | 1 | -0/+5 | |
2016-08-29 | Merge pull request #1650 from davydden/pkg/ape_octopus_comments | Todd Gamblin | 2 | -4/+14 | |
ape octopus: in-code comments | |||||
2016-08-29 | octopus: in-code comments to explain compiler flags | Denis Davydov | 1 | -4/+7 | |
2016-08-29 | ape: in-code comments to explain compiler flags | Denis Davydov | 1 | -0/+7 | |
2016-08-28 | Merge pull request #1041 from adamjstewart/features/matplotlib | Todd Gamblin | 11 | -175/+233 | |
Matplotlib Python package overhaul | |||||
2016-08-28 | add versions 2.2rc2 and 2.1 to the mvapich2 package (#1630) | Abhinav Bhatele | 1 | -6/+8 | |
2016-08-28 | Hot-fix for qthreads (#1632) | Erik Schnetter | 1 | -4/+19 | |
The download tarball for qthreads vanished. Install it from a git branch instead as temporary work-around. | |||||
2016-08-28 | New package: opencoarrays (#1633) | Jeffrey Salmond | 1 | -0/+54 | |
* opencoarrays: new package * opencoarrays: remove tests from install due to (unimportant) failures in some configurations * opencoarrays: fix flake8 errors | |||||
2016-08-28 | Documentation: Fix accidental quotation. version() takes expand as a ↵ | Tyler Esser | 1 | -1/+1 | |
keyword. (#1640) | |||||
2016-08-28 | Run flake8 checks on new untracked files (#1510) | Adam J. Stewart | 1 | -0/+2 | |
2016-08-28 | Provide mpi-less variant for nco (#1643) | Robert D. French | 1 | -0/+3 | |
2016-08-28 | Update Julia to 0.5 release branch; install some Julia package as well (#1637) | Erik Schnetter | 1 | -15/+130 | |
* Update Julia to 0.5 release branch; install some Julia package as well * Add comments, correct flake8 error * Correct flake8 error | |||||
2016-08-28 | Variant for building cdo without mpi (#1638) | Robert D. French | 1 | -0/+4 | |
2016-08-28 | New package for the Mercurial (hg) version control system (#1644) | Erik Schnetter | 1 | -0/+44 | |
* New package "mercurial" * Disable self-checks The self-checks require subversion, which we don't want to require. | |||||
2016-08-27 | Make clang detection work on AWS Ubuntu14. | Todd Gamblin | 1 | -1/+1 | |
2016-08-25 | Remove stale operating_system.py test per discussion in #1631 | Todd Gamblin | 1 | -75/+0 | |
- Test has not been registered in `__init__.py` for a while and needs a refresh. | |||||
2016-08-25 | Merge pull request #1558 from mcfadden8/mmcfadden-features/gcc-pic-libraries | becker33 | 2 | -0/+67 | |
Added variant to gcc package to install PIC versions of libgfortran and libstdc++ | |||||
2016-08-25 | Merge pull request #1379 from LLNL/features/graphlib3 | Gregory Lee | 15 | -10/+374 | |
added stat 3.0 beta and added pygtk and dependent packages | |||||
2016-08-25 | and the missing word is... (#1628) | Massimiliano Culpo | 1 | -1/+1 | |
2016-08-25 | Merge pull request #1574 from ARCCA/plumed-push | Todd Gamblin | 1 | -5/+43 | |
Update plumed package to include optional modules | |||||
2016-08-25 | Reverted url to point to tarball rather than git tag | Andrew Williams | 1 | -2/+2 | |
2016-08-25 | Merge pull request #1580 from davydden/pkg/trilinos_url_fix | Todd Gamblin | 1 | -12/+17 | |
trilinos: switch to github url; fix missing py-numpy dependency | |||||
2016-08-25 | Merge pull request #663 from citibeth/efischer/160327-DocumentationImprovements | Todd Gamblin | 5 | -3/+183 | |
[RtM] Documentation Improvements | |||||
2016-08-24 | Merge pull request #1621 from KineticTheory/boost-intel | Todd Gamblin | 1 | -7/+7 | |
Boost: fix recipe for Intel compilers. | |||||
2016-08-24 | + Boost: fix recipe for intel compilers. | Kelly (KT) Thompson | 1 | -7/+7 | |
This is the same patch provided by PR #550, but rebased against the current develop branch. It also passes the flake8 checks. | |||||
2016-08-24 | Make `spack info` print deps in sorted order | Todd Gamblin | 1 | -1/+1 | |
2016-08-24 | Fix build dependency. | Todd Gamblin | 1 | -1/+2 | |
2016-08-24 | Merge branch 'eschnett/sympol' of git://github.com/eschnett/spack into ↵ | Todd Gamblin | 14 | -0/+680 | |
eschnett-eschnett/sympol | |||||
2016-08-24 | Merge pull request #1596 from eschnett/eschnett/git-update | Todd Gamblin | 1 | -0/+7 | |
Update git to 2.9.3 |