Accepting request 1005137 from science
OBS-URL: https://build.opensuse.org/request/show/1005137 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=79
This commit is contained in:
commit
b3cf85339e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 01:09:47 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Remove timestamp/buildhost/kernel version from libhdf5.settings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 27 23:42:38 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -775,6 +775,14 @@ export MPICXX=mpicxx
|
||||
--with-pthread \
|
||||
%{nil}
|
||||
|
||||
# Remove timestamp/buildhost/kernel version
|
||||
export SDE_DATE=$(date -d @${SOURCE_DATE_EPOCH} -u)
|
||||
export UNAME_M_O=$(uname -m -o)
|
||||
sed -i -e "s/\(Configured on: \).*/\1 $SDE_DATE/" \
|
||||
-e "s#\(Uname information: \).*#\1 $UNAME_M_O#" \
|
||||
-e "s/\(Configured by: \).*/\1 abuild@OBS/" \
|
||||
src/libhdf5.settings
|
||||
|
||||
make V=1 %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user