]> git.pld-linux.org Git - packages/Field3D.git/blobdiff - Field3D.spec
boost rebuild
[packages/Field3D.git] / Field3D.spec
index 5aaacc0b9a498fe02aa0042794767c98e021cc5f..57f025162234cbb2679634504471680599661253 100644 (file)
@@ -3,11 +3,11 @@ Summary:      Field3D - open source library for storing voxel data
 Summary(pl.UTF-8):     Field3D - mająca otwarte źródła biblioteka do przechowywania danych vokseli
 Name:          Field3D
 Version:       1.7.3
-Release:       1
+Release:       3
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/imageworks/Field3D/releases
-Source0:       http://github.com/imageworks/Field3D/archive/v%{version}/%{name}-%{version}.tar.gz
+Source0:       https://github.com/imageworks/Field3D/archive/v%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 536198b1b4840a5b35400ccf05d4431c
 URL:           http://opensource.imageworks.com/?p=field3d
 BuildRequires: cmake >= 2.8
@@ -16,6 +16,7 @@ BuildRequires:        doxygen
 BuildRequires: hdf5-devel >= 1.8
 BuildRequires: ilmbase-devel >= 1.0.1
 BuildRequires: libstdc++-devel
+BuildRequires: rpmbuild(macros) >= 1.605
 Requires:      hdf5 >= 1.8
 Requires:      ilmbase >= 1.0.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -66,6 +67,7 @@ Dokumentacja API biblioteki Field3D.
 # main build system is scons, but there is cmake alternative, which is slightly more usable in rpm building
 install -d build
 cd build
+export CXXFLAGS="%{rpmcxxflags} %{rpmcppflags} -std=c++14"
 %cmake ..
 
 %{__make}
This page took 0.070282 seconds and 4 git commands to generate.