Updating homepages and sources from two BSC packages (#3216)

* 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
This commit is contained in:
Kim Serradell 2017-02-22 20:03:25 +01:00 committed by Todd Gamblin
parent 539a454900
commit 871a94ee41
2 changed files with 7 additions and 6 deletions

View File

@ -52,9 +52,9 @@ class Extrae(Package):
instrument the MPI programin model, and the following parallel
programming models either alone or in conjunction with MPI :
OpenMP, CUDA, OpenCL, pthread, OmpSs"""
homepage = "http://www.bsc.es/computer-sciences/extrae"
url = "http://www.bsc.es/ssl/apps/performanceTools/files/extrae-3.3.0.tar.bz2"
version('3.3.0', 'f46e3f1a6086b5b3ac41c9585b42952d')
homepage = "https://tools.bsc.es/extrae"
url = "https://ftp.tools.bsc.es/extrae/extrae-3.4.1-src.tar.bz2"
version('3.4.1', '69001f5cfac46e445d61eeb567bc8844')
depends_on("mpi")
depends_on("dyninst")

View File

@ -31,12 +31,13 @@ class Paraver(Package):
based on traces that can be used to analyse any information that
is expressed on its input trace format. Traces for parallel MPI,
OpenMP and other programs can be genereated with Extrae."""
homepage = "http://www.bsc.es/computer-sciences/performance-tools/paraver"
url = "http://www.bsc.es/ssl/apps/performanceTools/files/paraver-sources-4.6.2.tar.gz"
homepage = "https://tools.bsc.es/paraver"
url = "https://ftp.tools.bsc.es/paraver/wxparaver-4.6.3-src.tar.bz2"
# NOTE: Paraver provides only latest version for download.
# Don't keep/add older versions.
version('4.6.2', 'c54e124382b597574628b00e31649803')
version('4.6.3', '7940a2651f56712c4e8a21138b4bf16c')
version('4.6.2', '3f5b3e207d98b2c44101f1ff5685aa55')
depends_on("boost")
# depends_on("extrae")