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:
parent
539a454900
commit
871a94ee41
@ -52,9 +52,9 @@ class Extrae(Package):
|
|||||||
instrument the MPI programin model, and the following parallel
|
instrument the MPI programin model, and the following parallel
|
||||||
programming models either alone or in conjunction with MPI :
|
programming models either alone or in conjunction with MPI :
|
||||||
OpenMP, CUDA, OpenCL, pthread, OmpSs"""
|
OpenMP, CUDA, OpenCL, pthread, OmpSs"""
|
||||||
homepage = "http://www.bsc.es/computer-sciences/extrae"
|
homepage = "https://tools.bsc.es/extrae"
|
||||||
url = "http://www.bsc.es/ssl/apps/performanceTools/files/extrae-3.3.0.tar.bz2"
|
url = "https://ftp.tools.bsc.es/extrae/extrae-3.4.1-src.tar.bz2"
|
||||||
version('3.3.0', 'f46e3f1a6086b5b3ac41c9585b42952d')
|
version('3.4.1', '69001f5cfac46e445d61eeb567bc8844')
|
||||||
|
|
||||||
depends_on("mpi")
|
depends_on("mpi")
|
||||||
depends_on("dyninst")
|
depends_on("dyninst")
|
||||||
|
@ -31,12 +31,13 @@ class Paraver(Package):
|
|||||||
based on traces that can be used to analyse any information that
|
based on traces that can be used to analyse any information that
|
||||||
is expressed on its input trace format. Traces for parallel MPI,
|
is expressed on its input trace format. Traces for parallel MPI,
|
||||||
OpenMP and other programs can be genereated with Extrae."""
|
OpenMP and other programs can be genereated with Extrae."""
|
||||||
homepage = "http://www.bsc.es/computer-sciences/performance-tools/paraver"
|
homepage = "https://tools.bsc.es/paraver"
|
||||||
url = "http://www.bsc.es/ssl/apps/performanceTools/files/paraver-sources-4.6.2.tar.gz"
|
url = "https://ftp.tools.bsc.es/paraver/wxparaver-4.6.3-src.tar.bz2"
|
||||||
|
|
||||||
# NOTE: Paraver provides only latest version for download.
|
# NOTE: Paraver provides only latest version for download.
|
||||||
# Don't keep/add older versions.
|
# 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("boost")
|
||||||
# depends_on("extrae")
|
# depends_on("extrae")
|
||||||
|
Loading…
Reference in New Issue
Block a user