Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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
|
|
It seems the tests in `packages.py` were running just because we had a specific order of execution. This should fix the problem, and make the test_suite more resilient to running order.
|
|
Declare that (i) Trilinos can be only built against 32bit Hypre
(ii) SLEPc can not be built with Arpack when 64bit indices are used
(iii) reflect those constraints in deal.II's depends_on
While there, add extra release flags for best performance.
|
|
* Updating SAMRAI package file with new urls and new versions. Also using Spack's MPI compilers.
* Using default optimization for Samrai and setting type to build for m4 dependency.
* Adding debug variant to Samrai.
* Converting Samrai to AutotoolsPackage.
|
|
|
|
|
|
* Add xl and spectrum mpi support for mumps
* Incorporated Denis's comments. fPIC and if-else
|
|
|
|
|
|
* Add git-review
* Fix flake8 errors
* use PythonPackage for git-review
* added dependencies for git-review
* fix flake8
* moved url's to pypi.io based urls
* fixed flake8... again
* mostly url fixes, not tested, will do tomorrow
* flake8 fix
* changed URL for py-pysocks
* Fixed URL for pysocks
* fixed url
|
|
* add packages vcsh
* added git dependency
* added comment regarding makefile
|
|
* add package units
* removed unnecessary dependency
* readded python dependency
|
|
* add package py-xmlrunner and fix unittest2 dependency
* add setuptools dependency
|
|
* add package py-symfit
* added missing dependency
* fixed ordering of versions
|
|
* add package py-statsmodels and py-patsy
* fixed typo
* fixed urls
* removed rc version
|
|
|
|
|
|
* add package py-tqdm
* added py-setuptools dependency
|
|
* xl support for suite-sparse
* make_args.extend([
'CFLAGS={0}'.format(self.compiler.pic_flag),
'FFLAGS={0}'.format(self.compiler.pic_flag)
])
|
|
- Patch applies through v2.11.1
|
|
* add package py-tabulate
* added py-setuptools dependency
|
|
The new repository for the development version points to the most
up-to-date official source for Adol-C. The previous SVN repository was
only occasionally sync'd with this repository.
|
|
|
|
* add package py-sh
* removed constraint on py-setuptools
|
|
|
|
|
|
* add package py-saga-python and dependencies
* fixed url and dependencies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add SCOREC Core package for unstructured mesh simulations.
|
|
* Fix build issue #3190 on bg-q :
- disable parallel build as it produces weired linker errors
in cross compiling environment
- update ldflags for bg-q as per Makefile provided Makefile.inc.ppca2_ibm_bgq
* Added note about -lpthread vs -pthread
|
|
* Corrected extrae package homepage and url
* Corrected paraver package homepage and url
* To fix 'undefined reference to libintl_dgettext' appearing in extrae package when using binutils+libiberty
* Adding support to previous paraver version and reverting binutils changes to open another PR
|
|
|