wok diff redupe/receipt @ 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 | 8eaf1d9eb640 |
children |
line diff
1.1 --- a/redupe/receipt Tue Nov 09 17:05:26 2021 +0000 1.2 +++ b/redupe/receipt Wed May 18 08:05:48 2022 +0100 1.3 @@ -12,7 +12,7 @@ 1.4 WGET_URL="https://github.com/rescrv/redupe/archive/refs/tags/v$VERSION.tar.gz" 1.5 1.6 DEPENDS="popt" 1.7 -BUILD_DEPENDS="automake gcc83 popt-dev" 1.8 +BUILD_DEPENDS="automake gcc83 libtool popt-dev" 1.9 1.10 current_version() 1.11 { 1.12 @@ -23,6 +23,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 + mkdir m4 1.17 autoreconf -ivf 1.18 ./configure \ 1.19 CC=gcc-83 \