aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-15 16:53:09 +0100
committerThomas White <taw@physics.org>2021-03-16 13:59:36 +0100
commitb8ebe9370c6d7df3e2c71665881608bf519276eb (patch)
tree9a2aa8da90a7820fab3e98c769802afada08e12a /meson.build
parent88c41a8e26b31d86d6116cc5bc220e34bcb92ec1 (diff)
Move MTZ and XDS export to libcrystfel
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build8
1 files changed, 1 insertions, 7 deletions
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 <time.h>')
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')