Skip to content

Commit

Permalink
more build cleanups
Browse files Browse the repository at this point in the history
remove the debug files, don't build matio, their cmake is too wonky
  • Loading branch information
jcupitt committed Nov 8, 2024
1 parent c7af30d commit 0d74988
Showing 1 changed file with 3 additions and 39 deletions.
42 changes: 3 additions & 39 deletions org.libvips.vipsdisp.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
],
"cleanup" : [
"/include",
"/lib/debug",
"/lib/libheif",
"/lib/x86_64-linux-gnu",
"/lib/girepository-1.0",
"/lib/pkgconfig",
"/lib/cmake",
"/lib/openjpeg-*",
"/lib/libhdf5.settings",
"/man",
"/share/aclocal",
"/share/doc",
Expand Down Expand Up @@ -358,44 +360,6 @@
]
},

{
"name" : "hdf5",
"builddir" : true,
"buildsystem" : "cmake-ninja",
"build-options" : {
"config-opts" : [
"-DCMAKE_INSTALL_LIBDIR=lib"
]
},
"sources" : [
{
"type" : "git",
"url" : "https://github.com/HDFGroup/hdf5.git",
"tag" : "hdf5_1.14.5",
"commit" : "0fe0459fc24d71be13d5f266513c2832b525671b"
}
]
},

{
"name" : "matio",
"builddir" : true,
"buildsystem" : "cmake-ninja",
"build-options" : {
"config-opts" : [
"-DCMAKE_INSTALL_LIBDIR=lib"
]
},
"sources" : [
{
"type" : "git",
"url" : "https://github.com/tbeu/matio.git",
"tag" : "v1.5.27",
"commit" : "d3081fee28904f6b4c2e86ab617931f6604784a4"
}
]
},

{
"name" : "cfitsio",
"builddir" : true,
Expand Down

0 comments on commit 0d74988

Please sign in to comment.