Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1c66f536a7 | |||
| 91c0bef5c4 |
1
_service
1
_service
@@ -5,7 +5,6 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="exclude">.*</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec962c386b2bebcca0430b11144e7f533b87025e71c264120d5a1a021c8b9797
|
||||
size 73400334
|
||||
oid sha256:56f5e679cd3a7a2b0617c9179bbad89d578266046510313fa5f5bd16b2c6e5fc
|
||||
size 73500174
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 11:18:56 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Regenerate obscpio archive without excluding hidden files
|
||||
- Use gfortran-14 for building on Leap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 13:59:59 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
||||
@@ -25,12 +25,17 @@ URL: https://openmopac.github.io
|
||||
Source0: mopac-%{version}.tar.gz
|
||||
BuildRequires: blas-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-fortran
|
||||
BuildRequires: lapack-devel
|
||||
BuildRequires: python3-numpy-devel
|
||||
# mopac7 is obsolete version of same software
|
||||
Provides: mopac7 = %{version}
|
||||
Obsoletes: mopac7 < %{version}
|
||||
%if 0%{?suse_version} > 1550
|
||||
BuildRequires: gcc-fortran
|
||||
%else
|
||||
BuildRequires: gcc14-fortran
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
MOPAC is a computational chemistry software package that implements a
|
||||
@@ -66,6 +71,9 @@ This package contains development files.
|
||||
%autosetup -n mopac-%{version}
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1550
|
||||
export FC="gfortran-14"
|
||||
%endif
|
||||
%cmake
|
||||
%cmake_build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user