summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-29 14:45:48 +0200
committerTor Lillqvist <tml@collabora.com>2014-10-29 15:29:22 +0200
commit28561633d82df4f7909b6d8211d4bff2912f1bd6 (patch)
tree48f5b2c6d1597447e6124418bda1452a16906190 /Repository.mk
parent20860044c4a8c990a0b734c5a8eb63de4ab03260 (diff)
Don't bother with a separate dynamically loaded scopencl library
Just link that code into the sc library. We use clew anyway to handle optoinal presence of OpenCL at run-time. This is a straightforward change for now. Could be cleaner; we could get rid of the fairly pointless wrappers in sc/source/core/opencl/formulagroupcl.cxx for instance. Change-Id: I23215c6516ef04698f6891e2a7fc6611dc83b37a
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index 628a71ac99eb..7ca98ff3892f 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -226,7 +226,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
scfilt \
scui \
wpftcalc \
- $(if $(ENABLE_OPENCL),scopencl) \
$(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),solver) \
$(call gb_Helper_optional,SCRIPTING,vbaobj) \
))