Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Add a new package: graph500.
* Remove leading comments.
* graph500 is a MakefilePackage.
* Update.
* Update.
|
|
|
|
* Adding bc package.
* Adding ed package which is actually a dependency of bc.
|
|
* beast1: new package
* beast1: taking suggestion
|
|
|
|
|
|
|
|
|
|
* mc: new package
* Update package.py
* Update package.py
* Update package.py
|
|
* [hypre] Add the 'headers' property plus a small tweak in the 'libs'
property.
* [hypre] Add fallbacks for searching for '.libs' in 'prefix.lib64' and
in all of 'prefix'.
* [hypre] Fix style.
* [hypre] Use find_headers instead of find + HeaderList.
|
|
* added a new package file for PHIST (Pipelined, Hybrid-parallel Iterative Solver Toolkit)
* packages/phist: fix some formatting errors (too long lines etc)
and set allowed values for option "outlev"
* packages/phist: fix some more flake8 errors
* add headers property to netlib-lapack and intel-mkl
* ghost: fix finding cblas header and libs (at least for mkl and netlib-lapack, which provide headers())
* added a new package file for PHIST (Pipelined, Hybrid-parallel Iterative Solver Toolkit)
* packages/phist: fix some formatting errors (too long lines etc)
and set allowed values for option "outlev"
* packages/phist: fix some more flake8 errors
* phist: use headers property to find lapacke include dir
* phist: fix flake8 error
* phist: be more specific about dependencies and update version
* phist: state trilinos minimum version when building with Tpetra kernels
* gmp: add oldish version 5.1.3 with checksum
* phist: get rid of the 'petsc+complex' variant, it can be installed by kernel_lib=petsc ^petsc+complex
* phist: new version
* phist: fix version checksum
* Revert "add headers property to netlib-lapack and intel-mkl"
This reverts commit d8cb62905ebfb2cba186fd2d736d54a88a49d089.
* Revert "ghost: fix finding cblas header and libs (at least for mkl and netlib-lapack, which provide headers())"
This reverts commit d406a77ed7879c124fbaf1d757d002b9f0771620.
* phist: remove unused function
* phist: reorder package file versions/variants/depends_on/rest
* phist: some minor changes requested by @adamjsteward
|
|
|
|
* Add py-cvxopt package
* Flake8 fixes
|
|
* Fix giflib unit tests on macOS/BSD
* Unit tests occasionally fail when run in parallel
|
|
* Add latest version of MPFR and patches for older versions
* Fetch and checksum patches instead of storing them
* Fix bug, version attribute was being overridden
|
|
|
|
|
|
fixes #3129
|
|
|
|
|
|
|
|
* meme: added perl-xml-parser dependency, resolved issue. still need to fix ghostscript or image-magick, conversion not working.
* meme: fixed issue with libxslt/libxml2 conflict, and added imagemagick support
* meme: removing libxslt/libxml2 dependency lines
* meme: configure args
* meme: separating configure args
* meme: removing a comment, and hoping for travis to rebuild. site seems back up.
* meme: make image-magick optional
* meme: add comment referencing PR
* meme: bah flake8
|
|
|
|
* Add latest version of eigen
* Fix bug in ptscotch detection
|
|
|
|
* Promote to Autotools for simplicity; broaden Intel CPU opt targeting from SSE4.2 to AVX2
* make Intel CPU opt targeting same as in ../libxc
* flake8 W291
* use canonical means to pass (ahem) the test phase, h/t @adamjstewart
* revert f25d598 (unrelated merge)
* re-merge
|
|
* Add latest versions of bazel
* Added java as dependency to run bazel
|
|
|
|
|
|
* singularity: new version
* singularity: hash
|
|
|
|
* New Package: jchronoss
* jchronoss: Fix flake8 errors
* jchronoss: Fix according to recommendations
* jchronoss: Remove FIXME
* jchronoss: Fix another flake8 error
|
|
* r-dirichletmultinomial: Create new package.
* Change description.
* Change description.
|
|
* py-python-levenshtein: Create new package
* py-python-levenshtein: fix flake8 errors
* py-python-levenshtein: Use pypi.io per packaging guide
|
|
* perl-cairo: Create new package
* perl-cairo: Add cairo dependency
|
|
|
|
* package/JAGS: new version (4.3)
* fix typo
fix typo
|
|
|
|
* Using self.prefix in Trilinos to avoid global name prefix undefined bug during module refreshing.
* Fixing flake8 errors.
|
|
note the libmpi.so itself didn't have changes, only other
components of the package had updates.
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
|
|
* make py-setuptools a run-time-only dep for py-basemap and patch python package to only apply setuptools flag for build deps
* py-qtconsole does not require setuptools
|
|
* pushing partially done recipe for snphylo
* r-snphylo: try
* phylip: added version 3.697
* snphylo: updated package.py
* snphylo: flake8 error fixed
|
|
|
|
* intel-xed: new package
The Intel X86 Encoder Decoder library for encoding and decoding
x86 machine instructions.
* intel-xed: style fixes for flake8.
* intel-xed: better style fix
* intel-xed: update to version 2018.02.14, add PYTHONPATH for
building with python 3, cleanup the opt flag.
|
|
The restrict compilation option with icc causes deadlock when multithreading is used. This issue has already been reported to the Scotch development team, but for current versions it is more reliable not to use the restrict compilation option.
|
|
* libtool: actually do symlinking correctly on darwin
Version 4 of the libtool/darwin debacle:
AutotoolsPackage hardcodes libtool & libtoolize into the autoreconf
stage, so the commands `libtool` and `libtoolize` MUST be present, and
shimming in glibtoolize into AutotoolsPackage when sys.platfrom ==
'darwin' does not work.
join_path(spec['libtool'].prefix.bin, 'libtool') still shadows system
BSD libtool (in apple-cctools, see PR #7177), but this shadowing could
be okay, depending on the combination of dependent specs.
* librom: new package
|
|
* py-backports-functools-lru-cache: add version 1.5
* py-backports-functools-lru-cache: fix conflicts
|
|
* Adding unzip package.
* Removing bzip2 dependency in unzip and raising an error when on Cray.
* Fixing error.
* Using conflicts statement for Cray detection in unzip package.
|