Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb518e950b | ||
|
|
6567405eec | ||
|
|
03aed770dc | ||
|
|
e03cc25c74 | ||
|
|
2f6a9773bd |
1 changed files with 7 additions and 7 deletions
14
4ti2.spec
14
4ti2.spec
|
|
@ -56,11 +56,11 @@ Requires: 4ti2-libs%{?_isa} = %{version}-%{release}
|
||||||
Requires: environment(modules)
|
Requires: environment(modules)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A software package for algebraic, geometric and combinatorial problems
|
A software package for algebraic, geometric and combinatorial problems on
|
||||||
on linear spaces.
|
linear spaces.
|
||||||
|
|
||||||
This package uses Environment Modules. Prior to invoking the binaries,
|
This package uses Environment Modules. Prior to invoking the binaries, you
|
||||||
you must run "module load 4ti2-%{_arch}" to modify your PATH.
|
must run "module load 4ti2-%{_arch}" to modify your PATH.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Headers needed to develop software that uses 4ti2
|
Summary: Headers needed to develop software that uses 4ti2
|
||||||
|
|
@ -142,13 +142,13 @@ make check
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/4ti2/
|
%{_includedir}/4ti2/
|
||||||
%{_libdir}/lib4ti2*.so
|
%{_libdir}/lib4ti2*.so
|
||||||
%{_libdir}/libzsolve*.so
|
%{_libdir}/libzsolve.so
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%doc AUTHORS NEWS README.md THANKS
|
%doc AUTHORS NEWS README.md THANKS
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/lib4ti2*.so.0*
|
%{_libdir}/lib4ti2*.so.0{,.*}
|
||||||
%{_libdir}/libzsolve*.so.0*
|
%{_libdir}/libzsolve.so.0{,.*}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
%autochangelog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue