mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/openmesh: update 9.0 → 11.0.0
This commit is contained in:
parent
8ca6f6eead
commit
645d24a0ba
3 changed files with 13 additions and 12 deletions
|
@ -1,8 +1,7 @@
|
|||
PORTNAME= openmesh
|
||||
DISTVERSION= 9.0
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 11.0.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.openmesh.org/media/Releases/${DISTVERSION}/
|
||||
MASTER_SITES= http://www.openmesh.org/media/Releases/${DISTVERSION:R}/
|
||||
DISTNAME= OpenMesh-${DISTVERSION}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
TEST_DEPENDS= googletest>0:devel/googletest
|
||||
|
||||
USES= cmake:testing compiler:c++11-lang dos2unix gl qt:5 xorg
|
||||
USES= cmake:testing compiler:c++11-lang dos2unix eigen:3 gl qt:5 xorg
|
||||
USE_QT= core gui opengl widgets \
|
||||
buildtools:build qmake:build uitools:build
|
||||
USE_GL= gl glu
|
||||
|
@ -23,11 +22,11 @@ USE_LDCONFIG= yes
|
|||
|
||||
DOS2UNIX_FILES= src/OpenMesh/Tools/CMakeLists.txt
|
||||
|
||||
WRKSRC= ${WRKDIR}/OpenMesh-${DISTVERSION}.0
|
||||
|
||||
CMAKE_TESTING_ON= OPENMESH_BUILD_UNIT_TESTS
|
||||
|
||||
post-install:
|
||||
@${RMDIR} ${STAGEDIR}${PREFIX}/include/OpenMesh/Tools/VDPM/xpm
|
||||
|
||||
# 2 tests fail, reported to Jan Moebius via e-mail on 2024-06-26
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1665466636
|
||||
SHA256 (OpenMesh-9.0.tar.gz) = b9574c921482798ce75a8bf578345a84b928ca26ee759219d21b310e2db9d006
|
||||
SIZE (OpenMesh-9.0.tar.gz) = 32660128
|
||||
TIMESTAMP = 1719418825
|
||||
SHA256 (OpenMesh-11.0.0.tar.gz) = c7f35d29673e6dbb6d65b214c10c4c6249521a8f1e8f8db6e8bdc2eed798aedc
|
||||
SIZE (OpenMesh-11.0.0.tar.gz) = 6625308
|
||||
|
|
|
@ -32,7 +32,7 @@ include/OpenMesh/Core/IO/OMFormatT_impl.hh
|
|||
include/OpenMesh/Core/IO/Options.hh
|
||||
include/OpenMesh/Core/IO/SR_binary.hh
|
||||
include/OpenMesh/Core/IO/SR_binary_spec.hh
|
||||
include/OpenMesh/Core/IO/SR_binary_vector_of_bool.inl
|
||||
include/OpenMesh/Core/IO/SR_binary_vector_of_bool.hh
|
||||
include/OpenMesh/Core/IO/SR_rbo.hh
|
||||
include/OpenMesh/Core/IO/SR_store.hh
|
||||
include/OpenMesh/Core/IO/SR_types.hh
|
||||
|
@ -137,6 +137,8 @@ include/OpenMesh/Tools/Decimater/ModQuadricT_impl.hh
|
|||
include/OpenMesh/Tools/Decimater/ModRoundnessT.hh
|
||||
include/OpenMesh/Tools/Decimater/Observer.hh
|
||||
include/OpenMesh/Tools/Dualizer/meshDualT.hh
|
||||
include/OpenMesh/Tools/HoleFiller/HoleFillerT.hh
|
||||
include/OpenMesh/Tools/HoleFiller/HoleFillerT_impl.hh
|
||||
include/OpenMesh/Tools/Kernel_OSG/ArrayKernelT.hh
|
||||
include/OpenMesh/Tools/Kernel_OSG/AttribKernelT.hh
|
||||
include/OpenMesh/Tools/Kernel_OSG/PropertyKernel.hh
|
||||
|
@ -199,10 +201,10 @@ include/OpenMesh/Tools/VDPM/VHierarchyWindow.hh
|
|||
include/OpenMesh/Tools/VDPM/ViewingParameters.hh
|
||||
lib/libOpenMeshCore.a
|
||||
lib/libOpenMeshCore.so
|
||||
lib/libOpenMeshCore.so.9.0
|
||||
lib/libOpenMeshCore.so.11.0
|
||||
lib/libOpenMeshTools.a
|
||||
lib/libOpenMeshTools.so
|
||||
lib/libOpenMeshTools.so.9.0
|
||||
lib/libOpenMeshTools.so.11.0
|
||||
libdata/pkgconfig/openmesh.pc
|
||||
share/OpenMesh/cmake/OpenMeshConfig-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
share/OpenMesh/cmake/OpenMeshConfig.cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue