Skip to content
Snippets Groups Projects
Commit 3ab357de authored by Mathieu Westphal (Kitware)'s avatar Mathieu Westphal (Kitware) :zap:
Browse files

Adding all licenses

parent 239f1c92
No related branches found
No related tags found
No related merge requests found
Showing
with 51 additions and 0 deletions
......@@ -23,6 +23,9 @@ superbuild_add_project(adios2
python3
DEPENDS_OPTIONAL
mpi blosc zfp png
LICENSE_FILES
Copyright.txt
LICENSE
CMAKE_ARGS
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
-DCMAKE_INSTALL_LIBDIR:STRING=lib
......
superbuild_add_project(gmsh
LICENSE_FILES
LICENSE.txt
CMAKE_ARGS
-DBUILD_TESTING:BOOL=OFF
-DENABLE_CAIRO:BOOL=OFF
......
superbuild_add_project(mili
CAN_USE_SYSTEM
DEPENDS rapidjson # VisIt's Mili reader needs rapidjson
LICENSE_FILES
LICENSE.txt
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND
<SOURCE_DIR>/configure
......
......@@ -41,6 +41,8 @@ endif ()
superbuild_add_project(silo
DEPENDS_OPTIONAL zlib szip hdf5
LICENSE_FILES
COPYRIGHT
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND
<SOURCE_DIR>/configure
......
superbuild_add_project(vrpn
LICENSE_FILES
README.Legal
submodules/hidapi/LICENSE-bsd.txt
submodules/jsoncpp/LICENSE
CMAKE_ARGS
# GPM support is enabled if GPM is found on the machine. This later ends up
# complaining that it is GPL stuff and needs another flag to work. We never
......
......@@ -7,6 +7,9 @@ superbuild_add_project(blosc
CAN_USE_SYSTEM
DEPENDS
zlib zstd
LICENSE_FILES
LICENSES/BLOSC.txt
LICENSES/LZ4.txt
CMAKE_ARGS
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
-DBUILD_SHARED:BOOL=${BUILD_SHARED_LIBS}
......
superbuild_add_project(eigen
CAN_USE_SYSTEM
DEPENDS boost
LICENSE_FILES
COPYING.README
COPYING.LGPL # Technically, only section 3 of the LGPL applies to eigen as it is header only
COPYING.MPL2
COPYING.BSD
COPYING.MINPACK
CMAKE_ARGS
-DCMAKE_CXX_FLAGS=-DEIGEN_MPL2_ONLY
-DBUILD_SHARED_LIBS:BOOL=${BUILD_SHARED_LIBS}
-DBUILD_TESTING:BOOL=OFF)
......@@ -32,6 +32,8 @@ endif()
superbuild_add_project(embree
DEPENDS ispc tbb cxx11
LICENSE_FILES
LICENSE.txt
CMAKE_ARGS
${embree_isa_args}
${embree_allow_sse2}
......
superbuild_add_project(gdal
DEPENDS zlib
DEPENDS_OPTIONAL cxx11
LICENSE_FILES
LICENSE.TXT
CMAKE_ARGS
-DGDAL_USE_CURL:BOOL=OFF
-DGDAL_USE_LIBJPEG_INTERNAL:BOOL=ON
......
......@@ -2,6 +2,7 @@ superbuild_add_project_python(h5py
PACKAGE semantic_version
DEPENDS hdf5 pythonsetuptools pythoncython numpy pythonpkgconfig
DEPENDS_OPTIONAL pythonmpi4py
LICENSE_FILES LICENSE
PROCESS_ENVIRONMENT
HDF5_DIR <INSTALL_DIR>)
......
superbuild_add_project(ispc
LICENSE_FILES
LICENSE.txt
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND
......
......@@ -5,6 +5,8 @@ if (UNIX AND NOT APPLE)
endif ()
superbuild_add_project(las
LICENSE_FILES
LICENSE.txt
DEPENDS boost
CMAKE_ARGS
-DWITH_GDAL:BOOL=FALSE
......
......@@ -4,6 +4,8 @@ if (lookingglass_enabled AND CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "arm64")
endif ()
superbuild_add_project(lookingglass
LICENSE_FILES
LICENSE.txt
CONFIGURE_COMMAND
""
BUILD_COMMAND
......
......@@ -20,6 +20,8 @@ superbuild_add_project_python(matplotlib
PACKAGE matplotlib
DEPENDS numpy png freetype zlib pythondateutil pytz pythonpyparsing pythoncycler pythonsetuptools cxx11 pythonkiwisolver
${matplotlib_depends}
LICENSE_FILES
LICENSE/LICENSE # There are many licenses in matplotlib but it appears only this file applies to the installed files
CONFIGURE_COMMAND
"${CMAKE_COMMAND}"
"-Dinstall_location=<INSTALL_DIR>"
......
superbuild_add_project(nvidiamdl
LICENSE_FILES
"${CMAKE_CURRENT_LIST_DIR}/files/NVIDIA-OptiX-SDK-6.0.0-EULA.txt" # The package only provide a license in .pdf format
license.txt
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND
......
superbuild_add_project(openimagedenoise
LICENSE_FILES
LICENSE.txt
DEPENDS tbb cxx11 ispc python3
CMAKE_ARGS
-DOIDN_APPS:BOOL=OFF
......
superbuild_add_project(openpmd
DEPENDS python3 nlohmannjson pybind11
DEPENDS_OPTIONAL hdf5 adios2
LICENSE_FILES
COPYING.LESSER
share/openPMD/thirdParty/json/LICENSE.MIT
share/openPMD/thirdParty/pybind11/LICENSE
CMAKE_ARGS
-DCMAKE_INSTALL_LIBDIR:STRING=lib
......
superbuild_add_project(openvdb
DEPENDS tbb cxx14 blosc zlib boost
LICENSE_FILES
LICENSE
CMAKE_ARGS
-DUSE_BLOSC:BOOL=ON
-DUSE_ZLIB:BOOL=ON
......
superbuild_add_project(openvkl
DEPENDS ispc tbb cxx11 embree rkcommon
LICENSE_FILES
LICENSE.txt
CMAKE_ARGS
-DBUILD_BENCHMARKS:BOOL=OFF
-DBUILD_EXAMPLES:BOOL=OFF
......
......@@ -13,6 +13,8 @@ superbuild_add_project(ospray
DEPENDS
ispc tbb cxx11 embree ospraymaterials openimagedenoise rkcommon openvkl
DEPENDS_OPTIONAL ospraymodulempi snappy mpi
LICENSE_FILES
LICENSE.txt
CMAKE_ARGS
-DOSPRAY_ISPC_DIRECTORY:PATH=<INSTALL_DIR>/bin
-DCMAKE_INSTALL_NAME_DIR:PATH=<INSTALL_DIR>/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment