Age | Commit message (Collapse) | Author | Files | Lines |
|
* Added magma package
* Incorporated Serban's change
* Removed cmake dependency
|
|
* add package py-neo and py-quantities
* Update package.py
* fixed errors
|
|
|
|
* add package py-serial
* fixed setuptools dependency
|
|
* add package py-pyfftw
* Update package.py
|
|
(#3349)
|
|
|
|
* Adding highwayhash package from Google
* Added the highwayhash package for Tensorflow
* Fixed the numerous flake8 issues
* fixed requested changes
* added conditionals for some installs
* forgot an import
* create install directories before you install anything in them
|
|
|
|
|
|
|
|
|
|
* add package py-lmfit
* needed to deactivate testing in openblas due to spec.cppflags being undefined
* undid openblas modification
|
|
* add package py-myhdl
* Update package.py
|
|
|
|
* add package py-elephant
* add variants for docs and pandas
|
|
* add resource manpages to package git
* Update package.py
* added manpages per version
* added explaining comment
* fixed synatx error
|
|
* add flex variant to cscope
* fixed dependency
* fixed typo
|
|
|
|
|
|
|
|
* add package py-spyder
* fixed dependencies
* py-flake8 -> py-pycodestyle
* fixed packagename
* Update package.py
* Update package.py
|
|
* add package py-qtawesome
requires py-qtpy
* fixed url
* remove unnecessary comment
|
|
* add package py-qtpy
* (re)added qt dependence
* changed url
|
|
* add package py-numpydoc
* removed unnecessary dependency
* added dependency
|
|
|
|
* add package notmuch and dependencies
depends on
* gmime
* flake8 again
|
|
* add package gmime
* flake8 fix..
|
|
* Fixes to allow Boost to build with Python 3
* Restrict patch to Python 3 only
|
|
* Add new package for PaGMO/PyGMO
* Rename py-pygmo to pagmo
* Fix concretization bug
* Correct Python detection, use correct flags
* Install PyGMO to the pagmo prefix, not the Python prefix
|
|
This commits address build issues reported in issue #3268.
In particular, makes cleaner the dependency on parallel-netcdf
when +ncmpi variant is requested and adds CFLAGS=-D H5_USE_16_API
to handle the fact that Ior uses old 1.6 style APIs when +hdf5 is
requested.
These changes make Ior build fine and create modules for HDF5 versions
1.8.x and 1.10.0.
Even though build is successfull the modules haven't been tested in a
run.
|
|
|
|
* Make libgcc_s relocatable
* spack specifies full path to lib64
* don't need trailing /
* setting rpath is different on macos
* add -headerpad_max_install_names linker options
* formatting fixes
* Add Adam's recommendation
|
|
|
|
|
|
* add various variants to vim
* default to --enable-fail-if-missing
* vim package: -{python,ruby,lua,perl} sets build option to `no`
* vim's interpreter build options are `--enable-XXXXinterp={yes,no,dynamic}`
* dynamic seems to work only on windows builds
* `=no` is the default => use it in spack if the variant is disabled
|
|
|
|
* add package py-boltons
* added description
* fixed non-utf8 characters
|
|
Add a zfp variant and a patch that resets the interpreter for gpp.py.
|
|
* add package py-brian
* fixed typo
* removed unnecessary dependency
* fixed typo2
|
|
* add package py-doxypy
* fixed template and url
|
|
|
|
* add package py-fasteners
* fixed dependencies
|
|
|
|
|
|
* add package py-lazyarray
* added numpy dependency
* flake8 fixes
|
|
|
|
|
|
* Added a recipe for the Caffe deep learning toolkit.
* Added code to extend python and fixed flake8 error.
* Fixed Flake8 error
|
|
- Added a new interface for Specs to pass build information
- Calls forwarded from Spec to Package are now explicit
- Added descriptor within Spec to manage forwarding
- Added state in Spec to maintain query information
- Modified a few packages (the one involved in spack install pexsi) to showcase changes
- This uses an object wrapper to `spec` to implement the `libs` sub-calls.
- wrapper is returned from `__getitem__` only if spec is concrete
- allows packagers to access build information easily
|