From b50c4f1609e0c030bf6574cf1fdc217e85ed3c33 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 29 Aug 2023 16:22:21 +0200 Subject: Meson: Simplify Millepede build system There are no dependencies, only a subproject via wrap. --- libcrystfel/meson.build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'libcrystfel') diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build index 23b267c1..497abef6 100644 --- a/libcrystfel/meson.build +++ b/libcrystfel/meson.build @@ -38,10 +38,6 @@ else cjsondep = dependency('', required : false) endif -millepededep = dependency('millepede', - required: false, - fallback: ['millepede', 'millepede_dep']) - xgandalfdep = dependency('xgandalf', required: false, fallback: ['xgandalf', 'xgandalf_dep']) @@ -172,8 +168,7 @@ libcrystfel = library('crystfel', [libcrystfel_sources, libcrystfel_versionc], dependencies: [mdep, utildep, fftwdep, gsldep, zlibdep, hdf5dep, pthreaddep, xgandalfdep, pinkindexerdep, fdipdep, - ccp4dep, msgpackdep, seedeedep, cjsondep, - millepededep], + ccp4dep, msgpackdep, seedeedep, cjsondep], install: true) libcrystfeldep = declare_dependency(include_directories: libcrystfel_includes, -- cgit v1.2.3