Skip to content

Console Output

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