Add patch to deal with unit tests on big endian systems.

This commit is contained in:
Richard M. Shaw 2016-10-14 15:58:14 -05:00
parent ec0f40e432
commit 0d2648b0f7
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,8 @@ URL: https://sites.google.com/site/field3d/
Source0: https://github.com/imageworks/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: Field3D-unit_test.patch
BuildRequires: cmake gcc-c++ doxygen
BuildRequires: hdf5-devel
BuildRequires: boost-devel
@ -33,6 +35,7 @@ Development headers and documentation for %{name}.
%prep
%setup -q
%patch0 -p1
%build