From 72ab583eff1819932dfcc5caf8df7eca84ac53fd Mon Sep 17 00:00:00 2001 From: Patrick Diehl Date: Jun 27 2019 01:43:45 +0000 Subject: Disable the strict compiler check --- diff --git a/hpx.spec b/hpx.spec index 21c8046..035e632 100644 --- a/hpx.spec +++ b/hpx.spec @@ -1,6 +1,6 @@ Name: hpx Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: General Purpose C++ Runtime System License: Boost URL: http://stellar.cct.lsu.edu/tag/hpx/ @@ -166,7 +166,7 @@ for mpi in '' openmpi mpich ; do mkdir -p ${mpi:-serial} pushd ${mpi:-serial} test -n "${mpi}" && export CC=mpicc && export CXX=mpicxx - %{cmake} ${mpi:+-DHPX_WITH_PARCELPORT_MPI=ON} %{?cmake_opts:%{cmake_opts}} -DHPX_WITH_BUILD_DISTRIBUTION=ON -DLIB_INSTALL_DIR=%_libdir/${mpi}/${mpi:+lib/} -DLIBDIR=%_libdir/${mpi}/${mpi:+lib/} -DCMAKE_INSTALL_LIBDIR=%_libdir/${mpi}/${mpi:+lib/} .. + %{cmake} ${mpi:+-DHPX_WITH_PARCELPORT_MPI=ON} %{?cmake_opts:%{cmake_opts}} -DHPX_WITH_BUILD_BINARY_PACKAGE=ON -DLIB_INSTALL_DIR=%_libdir/${mpi}/${mpi:+lib/} -DLIBDIR=%_libdir/${mpi}/${mpi:+lib/} -DCMAKE_INSTALL_LIBDIR=%_libdir/${mpi}/${mpi:+lib/} .. %make_build test -n "${mpi}" && unset CC CXX popd @@ -263,6 +263,9 @@ done %{_libdir}/lib*.so* %changelog +* Wed Jun 26 2019 Patrick Diehl - 1.3.0-2 +- Disbale the strict compiler check + * Fri May 03 2019 Patrick Diehl - 1.3.0-1 - HPX 1.3.0 release