Field3D: rebuild for boost 1.83.0

This commit is contained in:
Đoàn Trần Công Danh 2023-08-24 09:32:15 +07:00
parent 01d8272c73
commit 3b85fcc291
2 changed files with 12 additions and 1 deletions

View 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>

View File

@ -1,7 +1,7 @@
# Template file for 'Field3D'
pkgname=Field3D
version=1.7.3
revision=8
revision=9
build_style=cmake
makedepends="boost-devel hdf5-devel imath-devel libopenexr-devel"
short_desc="Library for storing voxel data on disk and in memory"