mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Field3D: rebuild for boost 1.83.0
This commit is contained in:
parent
01d8272c73
commit
3b85fcc291
2 changed files with 12 additions and 1 deletions
11
srcpkgs/Field3D/patches/boost-1.83.patch
Normal file
11
srcpkgs/Field3D/patches/boost-1.83.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/apps/sample_code/sparse_field_io/main.cpp
|
||||||
|
+++ b/apps/sample_code/sparse_field_io/main.cpp
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
#include <boost/lexical_cast.hpp>
|
||||||
|
-#include <boost/timer.hpp>
|
||||||
|
+#include <boost/timer/timer.hpp>
|
||||||
|
|
||||||
|
#include <Field3D/SparseField.h>
|
||||||
|
#include <Field3D/SparseFile.h>
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Field3D'
|
# Template file for 'Field3D'
|
||||||
pkgname=Field3D
|
pkgname=Field3D
|
||||||
version=1.7.3
|
version=1.7.3
|
||||||
revision=8
|
revision=9
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="boost-devel hdf5-devel imath-devel libopenexr-devel"
|
makedepends="boost-devel hdf5-devel imath-devel libopenexr-devel"
|
||||||
short_desc="Library for storing voxel data on disk and in memory"
|
short_desc="Library for storing voxel data on disk and in memory"
|
||||||
|
|
Loading…
Add table
Reference in a new issue