Skip to content

Commit

Permalink
Configs : Add manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Dec 19, 2019
1 parent 775c273 commit 10a6ab7
Show file tree
Hide file tree
Showing 28 changed files with 282 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Alembic/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,21 @@

],

"manifest" : [

"bin/abcconvert",
"bin/abcecho",
"bin/abcechobounds",
"bin/abcls",
"bin/abcstitcher",
"bin/abctree",

"include/Alembic",

"lib/libAlembic*",

"python/alembic*",

],

}
12 changes: 12 additions & 0 deletions Appleseed/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,18 @@

],

"manifest" : [

"appleseed/bin/appleseed.cli",
"appleseed/include",
"appleseed/lib",
"appleseed/samples",
"appleseed/schemas",
"appleseed/settings",
"appleseed/shaders",

],

"platform:osx" : {

"variables" : {
Expand Down
6 changes: 6 additions & 0 deletions BitstreamVera/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@

],

"manifest" : [

"fonts",

],

}
7 changes: 7 additions & 0 deletions Blosc/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@

],

"manifest" : [

"include/blosc*.h",
"lib/libblosc*{sharedLibraryExtension}*",

],

}
8 changes: 8 additions & 0 deletions Boost/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,12 @@

],

"manifest" : [

"include/boost",
"lib/libboost_*{sharedLibraryExtension}*",
"lib/libboost_test_exec_monitor.a",

],

}
6 changes: 6 additions & 0 deletions CMark/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@

],

"manifest" : [

"lib/libcmark*{sharedLibraryExtension}*"

],

}
15 changes: 15 additions & 0 deletions Cortex/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,19 @@

],

"manifest" : [

"include/IECore*",
"lib/libIECore*{sharedLibraryExtension}",
"python/IECore*",
"renderMan",
"arnold",
"appleseedDisplays",
"glsl/IECoreGL",
"glsl/*.frag",
"glsl/*.vert",
"doc/cortex/html",

],

}
7 changes: 7 additions & 0 deletions FreeType/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@

],

"manifest" : [

"include/freetype2",
"lib/libfreetype*{sharedLibraryExtension}*",

],

}
7 changes: 7 additions & 0 deletions GLEW/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@

],

"manifest" : [

"include/GL",
"lib/libGLEW*{sharedLibraryExtension}*",

],

}
6 changes: 6 additions & 0 deletions GafferResources/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@

],

"manifest" : [

"resources",

],

}
6 changes: 6 additions & 0 deletions HDF5/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@

],

"manifest" : [

"lib/libhdf5*{sharedLibraryExtension}*",

],

}
15 changes: 15 additions & 0 deletions IlmBase/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,19 @@

],

"manifest" : [

"include/OpenEXR/Iex*.h",
"include/OpenEXR/IlmBaseConfig.h",
"include/OpenEXR/IlmThread*.h",
"include/OpenEXR/Imath*.h",
"include/OpenEXR/half*.h",

"lib/libIex*{sharedLibraryExtension}*",
"lib/libHalf*{sharedLibraryExtension}*",
"lib/libIlmThread*{sharedLibraryExtension}*",
"lib/libImath*{sharedLibraryExtension}*",

],

}
11 changes: 11 additions & 0 deletions LibJPEG-Turbo/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,15 @@

],

"manifest" : [

"include/jconfig.h",
"include/jerror.h",
"include/jmorecfg.h",
"include/jpeglib.h",

"lib/libjpeg*{sharedLibraryExtension}*",

],

}
8 changes: 8 additions & 0 deletions LibPNG/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@

],

"manifest" : [

"include/png*",
"include/libpng*",
"lib/libpng*{sharedLibraryExtension}*",

],

}
7 changes: 7 additions & 0 deletions LibTIFF/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@

],

"manifest" : [

"include/tiff*",
"lib/libtiff*{sharedLibraryExtension}*",

],

}
9 changes: 9 additions & 0 deletions OpenColorIO/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,13 @@

],

"manifest" : [

"include/OpenColorIO",
"lib/libOpenColorIO*{sharedLibraryExtension}*",
"openColorIO",
"python/PyOpenColorIO*",

],

}
9 changes: 9 additions & 0 deletions OpenEXR/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,13 @@

],

"manifest" : [

"bin/exrheader",
"include/OpenEXR/Imf*.h",
"include/OpenEXR/OpenEXRConfig.h",
"lib/libIlmImf*{sharedLibraryExtension}*",

]

}
12 changes: 12 additions & 0 deletions OpenImageIO/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,16 @@

],

"manifest" : [

"bin/maketx",
"bin/oiiotool",

"include/OpenImageIO",
"lib/libOpenImageIO*{sharedLibraryExtension}*",

"doc/openimageio.pdf",

],

}
11 changes: 11 additions & 0 deletions OpenShadingLanguage/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,15 @@

],

"manifest" : [

"bin/oslc",
"bin/oslinfo",
"include/OSL",
"lib/libosl*",
"doc/osl*",
"shaders",

],

}
9 changes: 9 additions & 0 deletions OpenVDB/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@

],

"manifest" : [

"include/openvdb",
"include/pyopenvdb.h",
"lib/libopenvdb*{sharedLibraryExtension}*",
"python/pyopenvdb*",

],

"platform:linux" : {

"variables" : {
Expand Down
10 changes: 10 additions & 0 deletions PyIlmBase/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,14 @@

],

"manifest" : [

"include/OpenEXR/Py*.h",
"lib/libPyIex*{sharedLibraryExtension}*",
"lib/libPyImath*{sharedLibraryExtension}*",
"python/iexmodule*",
"python/imathmodule*",

],

}
6 changes: 6 additions & 0 deletions PyOpenGL/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@

],

"manifest" : [

"python/OpenGL",

],

}
13 changes: 13 additions & 0 deletions Python/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@

],

"manifest" : [

"bin/python",
"bin/python*[0-9]",

"include/python*",

"lib/libpython*{sharedLibraryExtension}*",
"lib/Python.framework*",
"lib/python2.7",

],

"variables" : {

"libraryType" : "--enable-shared",
Expand Down
6 changes: 6 additions & 0 deletions Qt.py/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@

],

"manifest" : [

"python/Qt.py",

],

}
18 changes: 18 additions & 0 deletions Qt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,24 @@

],

"manifest" : [

"bin/moc",
"bin/qmake",
"bin/rcc",
"bin/uic",

"include/Qt*",

"lib/libQt*",
"lib/Qt*.framework",

"mkspecs",
"qt",
"lib/cmake",

],

"platform:linux" : {

"environment" : {
Expand Down
7 changes: 7 additions & 0 deletions TBB/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@

],

"manifest" : [

"include/tbb",
"lib/libtbb*{sharedLibraryExtension}*",

],

"platform:linux" : {

"environment" : {
Expand Down
Loading

0 comments on commit 10a6ab7

Please sign in to comment.