Console Output
02:32:33 # See also Jenkinsfile in apt-build repository for stuff that is installed BEFORE everything here
02:32:33 # Don't try fancy stuff like debuginfo, which is useless on binary-only
02:32:33 # packages. Don't strip binary too
02:32:33 # Be sure buildpolicy set to do nothing
02:32:33 %define __spec_install_post %{nil}
02:32:33 %define debug_package %{nil}
02:32:33 %define __os_install_post %{_dbpath}/brp-compress
02:32:33
02:32:33 Summary: OpenModelica
02:32:33 Name: openmodelica-nightly
02:32:33 Version: 1.25.0~dev~106~g9825630
02:32:33 Release: 1%{?dist}
02:32:33 License: OSMC-PL
02:32:33 Group: Development/Tools
02:32:33 # spectool -g -R SPECS/xxx.spec
02:32:33 # sudo yum-builddep SPECS/xxx.spec
02:32:33 SOURCE0 : https://build.openmodelica.org/apt/pool/contrib/openmodelica_1.25.0~dev-106-g9825630.orig.tar.xz
02:32:33 SOURCE1 : https://openmodelica.org/doc/openmodelica-doc-latest.tar.xz
02:32:33
02:32:33 URL: https://openmodelica.org/
02:32:33
02:32:33 %if 0%{?rhel} == 6
02:32:33 Autoreq: 0
02:32:33 Requires: readline
02:32:33 Requires: qt5-qtbase
02:32:33 Requires: qt5-qtsvg
02:32:33 Requires: qt5-qtwebkit
02:32:33 Requires: qt5-qtxmlpatterns
02:32:33 Requires: libffi
02:32:33 %endif
02:32:33 Autoprov: 0
02:32:33 Prefix: /opt/%{name}
02:32:33 Prefix: %{_bindir}
02:32:33
02:32:33 %global __requires_exclude ^(lib.*Modelica.*|lib[oO][mM][^n].*[.]so.*|libklu[.]so.*|libsuitesparseconfig[.]so.*|libqjson[.]so.*|libfmi.*[.]so.*|libumfpack[.]so.*|libamd[.]so.*|libzlib[.]so.*|libbtf[.]so.*|libcminpack[.]so.*|libcoinmumps[.]so.*|libipopt[.]so.*|liblis[.]so.*|/usr/bin/python|libzmq[.]so.*|libtf[.]so.*|libcolamd[.]so.*|libsundials.*|liblpsolve55.*)$
02:32:33
02:32:33 # Recommended (for the repo): git rpm-build rpmdevtools epel-release
02:32:33 %if 0%{?rhel} > 0
02:32:33 # CentOS / RHEL requires the EPEL repository (for omniORB, etc)
02:32:33 BuildRequires: epel-release
02:32:33 Requires: epel-release
02:32:33 %endif
02:32:33
02:32:33 Requires: lapack-devel
02:32:33 Requires: make
02:32:33 Requires: gcc
02:32:33 Requires: gcc-gfortran
02:32:33 Requires: gcc-c++
02:32:33
02:32:33 BuildRequires: automake
02:32:33 %if 0%{?rhel} >= 8
02:32:33 %define withomniorb --without-omniORB
02:32:33 %else
02:32:33 %define withomniorb --with-omniORB
02:32:33 BuildRequires: omniORB-devel
02:32:33 BuildRequires: lpsolve-devel
02:32:33 %endif
02:32:33 BuildRequires: expat-devel
02:32:33 BuildRequires: bison
02:32:33 BuildRequires: flex
02:32:33 BuildRequires: lapack-devel
02:32:33 BuildRequires: libtool
02:32:33 BuildRequires: uuid
02:32:33 BuildRequires: uuid-devel
02:32:33 BuildRequires: hdf5-devel
02:32:33 BuildRequires: boost-devel
02:32:33 BuildRequires: boost-static
02:32:33 BuildRequires: hwloc-devel
02:32:33 BuildRequires: readline-devel
02:32:33 BuildRequires: libffi-devel
02:32:33 BuildRequires: curl-devel
02:32:33 BuildRequires: gettext
02:32:33 BuildRequires: make
02:32:33 BuildRequires: java
02:32:33 BuildRequires: tar
02:32:33 BuildRequires: xz
02:32:33 BuildRequires: gcc
02:32:33 BuildRequires: gcc-c++
02:32:33 BuildRequires: gcc-gfortran
02:32:33 BuildRequires: qt5-qtwebkit-devel
02:32:33 BuildRequires: qt5-linguist
02:32:33 BuildRequires: qt5-qttools
02:32:33 BuildRequires: qt5-qtbase-devel
02:32:33 BuildRequires: qt5-qtsvg-devel
02:32:33 %if 0%{?rhel} >= 7
02:32:33 BuildRequires: qt5-qt3d-devel
02:32:33 %endif
02:32:33 BuildRequires: qt5-qtxmlpatterns-devel
02:32:33
02:32:33 # Use cmake versions > 3. On EL7 this is provided by cmake3 package.
02:32:33 # On EL > 7 it is just cmake.
02:32:33 %if 0%{?rhel} == 7
02:32:33 BuildRequires: cmake3
02:32:33 %define cmakecommand CMAKE=cmake3
02:32:33 %else
02:32:33 BuildRequires: cmake
02:32:33 %define cmakecommand CMAKE=cmake
02:32:33 %endif
02:32:33
02:32:33 # The base centos:8 image (we use for our build-deps:el8 image) comes with
02:32:33 # broken cmake package due to old libarchive (v3.3.2). v3.3.3 Seems to work.
02:32:33 # Once the base image is updated this can be removed.
02:32:33 %if 0%{?rhel} == 8
02:32:33 BuildRequires: libarchive >= 3.3.3
02:32:33 %endif
02:32:33
02:32:33 # Use gcc-11 on EL8 as well. devtoolset does not seem to be available on
02:32:33 # EL8. One is supposed to use gcc-toolset instead.
02:32:33 %{?el8:Requires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran}
02:32:33 %if 0%{?rhel} == 8
02:32:33 BuildRequires: gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ gcc-toolset-11-gcc-gfortran
02:32:33 %define devtoolsconfigureflags CC=/opt/rh/gcc-toolset-11/root/usr/bin/gcc CXX=/opt/rh/gcc-toolset-11/root/usr/bin/g++ FC=/opt/rh/gcc-toolset-11/root/usr/bin/gfortran AS=/opt/rh/gcc-toolset-11/root/usr/bin/as
02:32:33 %endif
02:32:33
02:32:33 # EL7 has -static-libstdc++ inside devtools (but the system g++ doesn't know the flag) -- adrpo: check this, also for el6
02:32:33 %{?el7:Requires: devtoolset-11-gcc}
02:32:33 %{?el7:Requires: devtoolset-11-gcc-c++}
02:32:33 %{?el7:Requires: devtoolset-11-gcc-gfortran}
02:32:33
02:32:33 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
02:32:33 BuildRequires: devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran
02:32:33 %define devtoolsconfigureflags CC=/opt/rh/devtoolset-11/root/usr/bin/gcc CXX=/opt/rh/devtoolset-11/root/usr/bin/g++ FC=/opt/rh/devtoolset-11/root/usr/bin/gfortran
02:32:33 %endif
02:32:33
02:32:33 %if 0%{?fedora} >= 25
02:32:33 BuildRequires: OpenSceneGraph-devel
02:32:33 %endif
02:32:33
02:32:33 # We should use clang, but OMEdit doesn't compile with it due to odd default qmake flags
02:32:33 Requires: gcc
02:32:33 Requires: gcc-c++
02:32:33 Requires: lapack-devel
02:32:33
02:32:33 Requires(post): %{_sbindir}/update-alternatives
02:32:33 Requires(postun): %{_sbindir}/update-alternatives
02:32:33
02:32:33 # CentOS doesn't have suggests
02:32:33 %if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
02:32:33 Suggests: boost-devel
02:32:33 Suggests: boost-static
02:32:33 Suggests: lapack-static
02:32:33 Suggests: openblas-static
02:32:33 %else
02:32:33 Requires: boost-devel
02:32:33 Requires: boost-static
02:32:33 %endif
02:32:33
02:32:33 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
02:32:33
02:32:33 %description
02:32:33 %{summary}
02:32:33
02:32:33 %prep
02:32:33
02:32:33 %setup -q -n openmodelica_1.25.0~dev-106-g9825630
02:32:33 tar xJf %{_sourcedir}/openmodelica-doc-latest.tar.xz
02:32:33
02:32:33
02:32:33
02:32:33 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
02:32:33 source /opt/rh/devtoolset-11/enable
02:32:33 %endif
02:32:33
02:32:33 %if 0%{?rhel} == 8
02:32:33 source /opt/rh/gcc-toolset-11/enable
02:32:33 %endif
02:32:33
02:32:33 autoreconf --install
02:32:33 ./configure CFLAGS="-Os" CXXFLAGS="-Os" QTDIR=/usr/%{_lib}/qt5/ %{withomniorb} %{?devtoolsconfigureflags} --without-omc --prefix=/opt/%{name} --without-omlibrary %{cmakecommand}
02:32:33
02:32:33 %build
02:32:33
02:32:33 %if 0%{?rhel} <= 7 && 0%{?rhel} >= 1
02:32:33 source /opt/rh/devtoolset-11/enable
02:32:33 %endif
02:32:33
02:32:33 %if 0%{?rhel} == 8
02:32:33 source /opt/rh/gcc-toolset-11/enable
02:32:33 %endif
02:32:33
02:32:33 make -j8
02:32:33 test ! -f libraries/install-index.json || make -j8 omlibrary
02:32:33
02:32:33 %install
02:32:33 rm -rf %{buildroot}
02:32:33 make install DESTDIR="%{buildroot}"
02:32:33 mkdir -p %{buildroot}/opt/%{name}/lib/ %{buildroot}/opt/%{name}/share/doc/omc/ %{buildroot}%{_bindir}
02:32:33 ln -s /usr/lib/omlibrary %{buildroot}/opt/%{name}/lib/
02:32:33 ln -s /opt/%{name}/bin/omc %{buildroot}%{_bindir}/omc-nightly
02:32:33 ln -s /opt/%{name}/bin/OMEdit %{buildroot}%{_bindir}/OMEdit-nightly
02:32:33 ln -s /opt/%{name}/bin/OMShell %{buildroot}%{_bindir}/OMShell-nightly
02:32:33 ln -s /opt/%{name}/bin/OMShell-terminal %{buildroot}%{_bindir}/OMShell-terminal-nightly
02:32:33 ln -s /opt/%{name}/bin/OMNotebook %{buildroot}%{_bindir}/OMNotebook-nightly
02:32:33 ln -s /opt/%{name}/bin/OMPlot %{buildroot}%{_bindir}/OMPlot-nightly
02:32:33 touch %{buildroot}%{_bindir}/omc
02:32:33 touch %{buildroot}%{_bindir}/OMEdit
02:32:33 touch %{buildroot}%{_bindir}/OMShell
02:32:33 touch %{buildroot}%{_bindir}/OMShell-terminal
02:32:33 touch %{buildroot}%{_bindir}/OMNotebook
02:32:33 touch %{buildroot}%{_bindir}/OMPlot
02:32:33 cp -a openmodelica-doc*/* %{buildroot}/opt/%{name}/share/doc/omc/
02:32:33
02:32:33 %postun
02:32:33 if [ "$1" -ge "1" ]; then
02:32:33 if [ "`readlink %{_sysconfdir}/alternatives/openmodelica`" == "%{_bindir}/omc-nightly" ]; then
02:32:33 %{_sbindir}/alternatives --set openmodelica %{_bindir}/omc-nightly
02:32:33 fi
02:32:33 fi
02:32:33
02:32:33 %post
02:32:33 %{_sbindir}/update-alternatives --install %{_bindir}/omc openmodelica %{_bindir}/omc-nightly 1018000 \
02:32:33 --slave %{_bindir}/OMEdit openmodelica-OMEdit %{_bindir}/OMEdit-nightly \
02:32:33 --slave %{_bindir}/OMShell openmodelica-OMShell %{_bindir}/OMShell-nightly \
02:32:33 --slave %{_bindir}/OMShell-terminal openmodelica-OMShell-terminal %{_bindir}/OMShell-terminal-nightly \
02:32:33 --slave %{_bindir}/OMNotebook openmodelica-OMNotebook %{_bindir}/OMNotebook-nightly \
02:32:33 --slave %{_bindir}/OMPlot openmodelica-OMPlot %{_bindir}/OMPlot-nightly
02:32:33
02:32:33 %preun
02:32:33 if [ $1 = 0 ]; then
02:32:33 %{_sbindir}/update-alternatives --remove openmodelica %{_bindir}/omc-nightly
02:32:33 fi
02:32:33
02:32:33 %clean
02:32:33 rm -rf %{buildroot}
02:32:33
02:32:33 %files
02:32:33 %defattr(-,root,root,-)
02:32:33 /opt/%{name}/*
02:32:33 %{_bindir}/*-nightly
02:32:33 %ghost %{_bindir}/omc
02:32:33 %ghost %{_bindir}/OMEdit
02:32:33 %ghost %{_bindir}/OMShell
02:32:33 %ghost %{_bindir}/OMShell-terminal
02:32:33 %ghost %{_bindir}/OMNotebook
02:32:33 %ghost %{_bindir}/OMPlot
02:32:33
02:32:33 %changelog
02:32:33 * Fri Oct 25 2024 OpenModelica <openmodelica@ida.liu.se> ${version}-1
02:32:33 - First Build