wok rev 25020
updated openmpi and openmpi-dev (4.0.3 -> 4.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed May 18 08:05:48 2022 +0100 (2022-05-18) |
parents | f4bdbf65d59d |
children | 1be16cc1cd50 |
files | openjpeg2/description.txt openmpi-dev/receipt openmpi/description.txt openmpi/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/openjpeg2/description.txt Wed May 18 08:05:48 2022 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +OpenJPEG is an open-source JPEG 2000 codec written in C language. 1.5 +It has been developed in order to promote the use of JPEG 2000, 1.6 +a still-image compression standard from the Joint Photographic 1.7 +Experts Group (JPEG). 1.8 +Since May 2015, it is officially recognized by ISO/IEC and ITU-T 1.9 +as a JPEG 2000 Reference Software.
2.1 --- a/openmpi-dev/receipt Wed May 18 07:22:38 2022 +0100 2.2 +++ b/openmpi-dev/receipt Wed May 18 08:05:48 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="openmpi-dev" 2.7 -VERSION="4.0.3" 2.8 +VERSION="4.1.3" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Development files for opemmpi." 2.11 MAINTAINER="slaxemulator@gmail.com"
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/openmpi/description.txt Wed May 18 08:05:48 2022 +0100 3.3 @@ -0,0 +1,8 @@ 3.4 +The Open MPI Project is an open source Message Passing Interface 3.5 +implementation that is developed and maintained by a consortium of 3.6 +academic, research, and industry partners. 3.7 +Open MPI is therefore able to combine the expertise, technologies, 3.8 +and resources from all across the High Performance Computing community 3.9 +in order to build the best MPI library available. 3.10 +Open MPI offers advantages for system and software vendors, 3.11 +application developers and computer science researchers.
4.1 --- a/openmpi/receipt Wed May 18 07:22:38 2022 +0100 4.2 +++ b/openmpi/receipt Wed May 18 08:05:48 2022 +0100 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="openmpi" 4.7 -VERSION="4.0.3" 4.8 +VERSION="4.1.3" 4.9 CATEGORY="development" 4.10 SHORT_DESC="High performance message passing library (MPI)." 4.11 MAINTAINER="slaxemulator@gmail.com" 4.12 @@ -12,7 +12,7 @@ 4.13 WGET_URL="${WEB_SITE}software/ompi/v${VERSION%.*}/downloads/$TARBALL" 4.14 4.15 DEPENDS="gcc gfortran libtool openssh valgrind" 4.16 -BUILD_DEPENDS="$DEPENDS file valgrind-dev" 4.17 +BUILD_DEPENDS="$DEPENDS bash file valgrind-dev" 4.18 4.19 # What is the latest version available today? 4.20 current_version() 4.21 @@ -24,13 +24,20 @@ 4.22 # Rules to configure and make the package. 4.23 compile_rules() 4.24 { 4.25 + # bash is needed, because var+=val is not known to sh 4.26 + export SHELL=/bin/bash 4.27 + export CONFIG_SHELL=/bin/bash 4.28 + 4.29 + # 4.1.3 unrecognized options: 4.30 + # --enable-mpi-f90 4.31 + # --with-threads 4.32 + # --enable-mpi-threads 4.33 + # --enable-smp-locks 4.34 + 4.35 ./configure \ 4.36 --sysconfdir=/etc/${PACKAGE} \ 4.37 - --enable-mpi-f90 \ 4.38 --libdir=/usr/lib/${pkgname} \ 4.39 - --with-threads=posix \ 4.40 - --enable-mpi-threads \ 4.41 - --enable-smp-locks \ 4.42 + --enable-mpi-fortran \ 4.43 --with-valgrind \ 4.44 --enable-pretty-print-stacktrace \ 4.45 --without-slurm \