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