1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/graphics/opensubdiv/pkg-plist
Vladimir Druzenko f251a78efa graphics/opensubdiv: sort out Makefile, pet portclippy, fix build on 32bit
- Remove unnecessary libs from USE_GL and add required.
- Fix build on 32bit ARCHS, upstream issue:
https://github.com/PixarAnimationStudios/OpenSubdiv/issues/1198#issuecomment-2143940211
- Make options OPENMP (for supported ARCHS) and PTEX default.
- EXAMPLES and OPENCL can build together without errors.
- Remove NO_GL_TESTS - upstream removed it.
- Sort options and pet portclippy.

PR:		279472
Approved by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
2024-06-03 13:46:50 +03:00

138 lines
5.4 KiB
Plaintext

include/opensubdiv/bfr/irregularPatchType.h
include/opensubdiv/bfr/limits.h
include/opensubdiv/bfr/parameterization.h
include/opensubdiv/bfr/refinerSurfaceFactory.h
include/opensubdiv/bfr/surface.h
include/opensubdiv/bfr/surfaceData.h
include/opensubdiv/bfr/surfaceFactory.h
include/opensubdiv/bfr/surfaceFactoryCache.h
include/opensubdiv/bfr/surfaceFactoryMeshAdapter.h
include/opensubdiv/bfr/tessellation.h
include/opensubdiv/bfr/vertexDescriptor.h
include/opensubdiv/far/error.h
include/opensubdiv/far/patchDescriptor.h
include/opensubdiv/far/patchMap.h
include/opensubdiv/far/patchParam.h
include/opensubdiv/far/patchTable.h
include/opensubdiv/far/patchTableFactory.h
include/opensubdiv/far/primvarRefiner.h
include/opensubdiv/far/ptexIndices.h
include/opensubdiv/far/stencilTable.h
include/opensubdiv/far/stencilTableFactory.h
include/opensubdiv/far/topologyDescriptor.h
include/opensubdiv/far/topologyLevel.h
include/opensubdiv/far/topologyRefiner.h
include/opensubdiv/far/topologyRefinerFactory.h
include/opensubdiv/far/types.h
include/opensubdiv/hbr/allocator.h
include/opensubdiv/hbr/bilinear.h
include/opensubdiv/hbr/catmark.h
include/opensubdiv/hbr/cornerEdit.h
include/opensubdiv/hbr/creaseEdit.h
include/opensubdiv/hbr/face.h
include/opensubdiv/hbr/faceEdit.h
include/opensubdiv/hbr/fvarData.h
include/opensubdiv/hbr/fvarEdit.h
include/opensubdiv/hbr/halfedge.h
include/opensubdiv/hbr/hierarchicalEdit.h
include/opensubdiv/hbr/holeEdit.h
include/opensubdiv/hbr/loop.h
include/opensubdiv/hbr/mesh.h
include/opensubdiv/hbr/subdivision.h
include/opensubdiv/hbr/vertex.h
include/opensubdiv/hbr/vertexEdit.h
include/opensubdiv/osd/bufferDescriptor.h
%%OPENCL%%include/opensubdiv/osd/clEvaluator.h
%%OPENCL%%include/opensubdiv/osd/clGLVertexBuffer.h
%%OPENCL%%include/opensubdiv/osd/clPatchTable.h
%%OPENCL%%include/opensubdiv/osd/clVertexBuffer.h
include/opensubdiv/osd/cpuEvaluator.h
include/opensubdiv/osd/cpuGLVertexBuffer.h
include/opensubdiv/osd/cpuPatchTable.h
include/opensubdiv/osd/cpuVertexBuffer.h
include/opensubdiv/osd/glComputeEvaluator.h
include/opensubdiv/osd/glLegacyGregoryPatchTable.h
include/opensubdiv/osd/glMesh.h
include/opensubdiv/osd/glPatchTable.h
include/opensubdiv/osd/glVertexBuffer.h
include/opensubdiv/osd/glXFBEvaluator.h
include/opensubdiv/osd/glslPatchShaderSource.h
include/opensubdiv/osd/mesh.h
include/opensubdiv/osd/nonCopyable.h
%%OPENMP%%include/opensubdiv/osd/ompEvaluator.h
%%OPENMP%%include/opensubdiv/osd/ompKernel.h
%%OPENCL%%include/opensubdiv/osd/opencl.h
include/opensubdiv/osd/opengl.h
include/opensubdiv/osd/patchBasis.h
include/opensubdiv/osd/patchBasisTypes.h
%%TBB%%include/opensubdiv/osd/tbbEvaluator.h
%%TBB%%include/opensubdiv/osd/tbbKernel.h
include/opensubdiv/osd/types.h
include/opensubdiv/sdc/bilinearScheme.h
include/opensubdiv/sdc/catmarkScheme.h
include/opensubdiv/sdc/crease.h
include/opensubdiv/sdc/loopScheme.h
include/opensubdiv/sdc/options.h
include/opensubdiv/sdc/scheme.h
include/opensubdiv/sdc/types.h
include/opensubdiv/version.h
include/opensubdiv/vtr/array.h
include/opensubdiv/vtr/componentInterfaces.h
include/opensubdiv/vtr/fvarLevel.h
include/opensubdiv/vtr/fvarRefinement.h
include/opensubdiv/vtr/level.h
include/opensubdiv/vtr/refinement.h
include/opensubdiv/vtr/sparseSelector.h
include/opensubdiv/vtr/stackBuffer.h
include/opensubdiv/vtr/types.h
lib/cmake/OpenSubdiv/OpenSubdivConfig.cmake
lib/cmake/OpenSubdiv/OpenSubdivConfigVersion.cmake
lib/cmake/OpenSubdiv/OpenSubdivTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/OpenSubdiv/OpenSubdivTargets.cmake
lib/libosdCPU.a
lib/libosdCPU.so
lib/libosdCPU.so.%%LIBVERS%%
lib/libosdGPU.a
lib/libosdGPU.so
lib/libosdGPU.so.%%LIBVERS%%
%%EXAMPLES%%%%EXAMPLESDIR%%/farViewer
%%EXAMPLES%%%%EXAMPLESDIR%%/glEvalLimit
%%EXAMPLES%%%%EXAMPLESDIR%%/glFVarViewer
%%EXAMPLES%%%%EXAMPLESDIR%%/glImaging
%%EXAMPLES%%%%EXAMPLESDIR%%/glPaintTest
%%EXAMPLES%%%%PTEX%%%%EXAMPLESDIR%%/glPtexViewer
%%EXAMPLES%%%%EXAMPLESDIR%%/glShareTopology
%%EXAMPLES%%%%EXAMPLESDIR%%/glStencilViewer
%%EXAMPLES%%%%EXAMPLESDIR%%/glViewer
%%TEST%%tests/opensubdiv/bfr_evaluate
%%TEST%%tests/opensubdiv/far_perf
%%TEST%%tests/opensubdiv/far_regression
%%TEST%%tests/opensubdiv/hbr_baseline
%%TEST%%tests/opensubdiv/hbr_regression
%%TEST%%tests/opensubdiv/osd_regression
%%TUTORIALS%%%%DATADIR%%/tutorials/bfr_tutorial_1_1
%%TUTORIALS%%%%DATADIR%%/tutorials/bfr_tutorial_1_2
%%TUTORIALS%%%%DATADIR%%/tutorials/bfr_tutorial_1_3
%%TUTORIALS%%%%DATADIR%%/tutorials/bfr_tutorial_1_4
%%TUTORIALS%%%%DATADIR%%/tutorials/bfr_tutorial_1_5
%%TUTORIALS%%%%DATADIR%%/tutorials/bfr_tutorial_2_1
%%TUTORIALS%%%%DATADIR%%/tutorials/bfr_tutorial_2_2
%%TUTORIALS%%%%DATADIR%%/tutorials/bfr_tutorial_3_1
%%TUTORIALS%%%%DATADIR%%/tutorials/bfr_tutorial_3_2
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_1_1
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_1_2
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_2_1
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_2_2
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_2_3
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_3_1
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_4_1
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_4_2
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_4_3
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_5_1
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_5_2
%%TUTORIALS%%%%DATADIR%%/tutorials/far_tutorial_5_3
%%TUTORIALS%%%%DATADIR%%/tutorials/hbr_tutorial_0
%%TUTORIALS%%%%DATADIR%%/tutorials/hbr_tutorial_1
%%TUTORIALS%%%%DATADIR%%/tutorials/hbr_tutorial_2
%%TUTORIALS%%%%DATADIR%%/tutorials/osd_tutorial_0