Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Susi Lehtola
af0026909d LEt's see if it compiles with -fPIC 2023-08-14 17:05:51 +00:00
Susi Lehtola
9eb362c484 Update to 6.6.1. 2023-08-14 16:47:13 +00:00
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
/xtb-6.4.1.tar.gz
/xtb-6.5.0.tar.gz
/xtb-6.5.1.tar.gz
/xtb-6.6.1.tar.gz

View file

@ -1 +1 @@
SHA512 (xtb-6.5.1.tar.gz) = fcf1e576ab4cf1665ba65b69c57982dba7aa27d03ef511f44aeb88374409f08b450f90ede3febb61fee45929f34aa48bd3db3a4c52c1d9f658915c1b5b5ea7cf
SHA512 (xtb-6.6.1.tar.gz) = 0a5b05be23fbc58f4c74abd6b0a10e5eb9a300b85cc065b9b6ef3d8e25cabfc04ee55ae2eafb6adaead6beddd1a8958ed547e1631131db0b71f1157c2df72dc2

View file

@ -9,8 +9,8 @@
%endif
Name: xtb
Version: 6.5.1
Release: 2%{?dist}
Version: 6.6.1
Release: 1%{?dist}
Summary: Semiempirical Extended Tight-Binding Program Package
License: LGPLv3+
URL: https://github.com/grimme-lab/xtb/
@ -68,14 +68,14 @@ This package contains development headers for xtb.
%prep
%setup -q
%patch0 -p1 -b .fedoraver
%patch4 -p1 -b .env
%patch 0 -p1 -b .fedoraver
%patch 4 -p1 -b .env
%build
export FFLAGS="%{optflags} -I%{_fmoddir} -fPIE"
export FCLAGS="%{optflags} -I%{_fmoddir} -fPIE"
export FFLAGS="%{optflags} -I%{_fmoddir} -fPIC"
export FCLAGS="%{optflags} -I%{_fmoddir} -fPIC"
#meson -Dla_backend=custom -Dcustom_libraries=%{blaslib}%{blasvar} -Dfortran_args=-fexternal-blas
%meson -Dla_backend=custom -Dcustom_libraries=%{blaslib}%{blasvar}
%meson -Dlapack=custom -Dcustom_libraries=%{blaslib}%{blasvar} -Dtblite=disabled
date=$(date)
# Create customized Fedora versioning
cat > %{_vpath_builddir}/xtb_version.fh <<EOF
@ -133,6 +133,9 @@ export OMP_NUM_THREADS=1
%{_libdir}/pkgconfig/xtb.pc
%changelog
* Mon Aug 14 2023 Susi Lehtola <jussilehtola@fedoraproject.org> - 6.6.1-1
- Update to 6.6.1.
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild