From b8ebe9370c6d7df3e2c71665881608bf519276eb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 15 Mar 2021 16:53:09 +0100 Subject: Move MTZ and XDS export to libcrystfel --- meson.build | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index da524d0c..12b601c0 100644 --- a/meson.build +++ b/meson.build @@ -94,11 +94,6 @@ if cc.has_function('clock_gettime', prefix : '#include ') conf_data.set10('HAVE_CLOCK_GETTIME', 1) endif -ccp4dep = dependency('libccp4c', required: false) -if ccp4dep.found() - conf_data.set10('HAVE_LIBCCP4', 1) -endif - # ************************ libcrystfel (subdir) ************************ subdir('libcrystfel') @@ -240,8 +235,7 @@ if gtkdep.found() executable('crystfel', gui_sources, - dependencies : [mdep, libcrystfeldep, gtkdep, gsldep, slurmdep, - ccp4dep], + dependencies : [mdep, libcrystfeldep, gtkdep, gsldep, slurmdep], install : true, install_rpath: '$ORIGIN/../lib64/:$ORIGIN/../lib') -- cgit v1.2.3