Skip to content

Commit 0d74988

Browse files
committed
more build cleanups
remove the debug files, don't build matio, their cmake is too wonky
1 parent c7af30d commit 0d74988

File tree

1 file changed

+3
-39
lines changed

1 file changed

+3
-39
lines changed

org.libvips.vipsdisp.json

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
],
1818
"cleanup" : [
1919
"/include",
20+
"/lib/debug",
21+
"/lib/libheif",
22+
"/lib/x86_64-linux-gnu",
2023
"/lib/girepository-1.0",
2124
"/lib/pkgconfig",
2225
"/lib/cmake",
2326
"/lib/openjpeg-*",
24-
"/lib/libhdf5.settings",
2527
"/man",
2628
"/share/aclocal",
2729
"/share/doc",
@@ -358,44 +360,6 @@
358360
]
359361
},
360362

361-
{
362-
"name" : "hdf5",
363-
"builddir" : true,
364-
"buildsystem" : "cmake-ninja",
365-
"build-options" : {
366-
"config-opts" : [
367-
"-DCMAKE_INSTALL_LIBDIR=lib"
368-
]
369-
},
370-
"sources" : [
371-
{
372-
"type" : "git",
373-
"url" : "https://github.com/HDFGroup/hdf5.git",
374-
"tag" : "hdf5_1.14.5",
375-
"commit" : "0fe0459fc24d71be13d5f266513c2832b525671b"
376-
}
377-
]
378-
},
379-
380-
{
381-
"name" : "matio",
382-
"builddir" : true,
383-
"buildsystem" : "cmake-ninja",
384-
"build-options" : {
385-
"config-opts" : [
386-
"-DCMAKE_INSTALL_LIBDIR=lib"
387-
]
388-
},
389-
"sources" : [
390-
{
391-
"type" : "git",
392-
"url" : "https://github.com/tbeu/matio.git",
393-
"tag" : "v1.5.27",
394-
"commit" : "d3081fee28904f6b4c2e86ab617931f6604784a4"
395-
}
396-
]
397-
},
398-
399363
{
400364
"name" : "cfitsio",
401365
"builddir" : true,

0 commit comments

Comments
 (0)