|
@@ -1,6 +1,6 @@
|
|
%define pkg_name julia
|
|
%define pkg_name julia
|
|
%define pkg_version 1.0.3
|
|
%define pkg_version 1.0.3
|
|
-%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
+%define pkg_release 2%{?_dist_release}
|
|
|
|
|
|
Summary: High-level, high-performance dynamic programming language for numerical computing
|
|
Summary: High-level, high-performance dynamic programming language for numerical computing
|
|
Name: %{pkg_name}
|
|
Name: %{pkg_name}
|
|
@@ -53,7 +53,7 @@ BuildRequires: gcc-gfortran
|
|
BuildRequires: gmp-devel
|
|
BuildRequires: gmp-devel
|
|
BuildRequires: openspecfun-devel
|
|
BuildRequires: openspecfun-devel
|
|
BuildRequires: openlibm-devel
|
|
BuildRequires: openlibm-devel
|
|
-BuildRequires: suitesparse-devel
|
|
|
|
|
|
+BuildRequires: blas lapack suitesparse-devel
|
|
BuildRequires: dSFMT-devel
|
|
BuildRequires: dSFMT-devel
|
|
BuildRequires: pcre2-devel
|
|
BuildRequires: pcre2-devel
|
|
BuildRequires: curl-devel
|
|
BuildRequires: curl-devel
|
|
@@ -64,7 +64,7 @@ BuildRequires: libatomic
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
|
Requires: openlibm
|
|
Requires: openlibm
|
|
-Requires: suitesparse
|
|
|
|
|
|
+Requires: blas lapack suitesparse
|
|
Requires: dSFMT
|
|
Requires: dSFMT
|
|
Requires: pcre2
|
|
Requires: pcre2
|
|
Requires: libssh2 mbedtls
|
|
Requires: libssh2 mbedtls
|
|
@@ -171,6 +171,12 @@ touch doc/_build/html/en/index.html
|
|
%install
|
|
%install
|
|
%{__make} %{commonopts} install DESTDIR=${RPM_BUILD_ROOT}
|
|
%{__make} %{commonopts} install DESTDIR=${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
+# remove unnecessary sofiles
|
|
|
|
+pushd ${RPM_BUILD_ROOT}%{_libdir}/julia
|
|
|
|
+%{__rm} libgcc_s.so.* libgfortran.so.* libquadmath.so.*
|
|
|
|
+popd
|
|
|
|
+
|
|
|
|
+# move html files
|
|
pushd ${RPM_BUILD_ROOT}%{_docdir}
|
|
pushd ${RPM_BUILD_ROOT}%{_docdir}
|
|
%{__mv} julia %{name}-%{version}
|
|
%{__mv} julia %{name}-%{version}
|
|
%{__rm} -rf %{name}-%{version}/html
|
|
%{__rm} -rf %{name}-%{version}/html
|
|
@@ -219,6 +225,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 26 2019 Toshiaki Ara <ara_t@384.jp> 1.0.3-2
|
|
|
|
+- remove unnecessary sofiles
|
|
|
|
+- rebuild with gfortran-8.2.0
|
|
|
|
+
|
|
* Sat Jan 05 2019 Toshiaki Ara <ara_t@384.jp> 1.0.3-1
|
|
* Sat Jan 05 2019 Toshiaki Ara <ara_t@384.jp> 1.0.3-1
|
|
- update to 1.0.3
|
|
- update to 1.0.3
|
|
|
|
|