From 28561633d82df4f7909b6d8211d4bff2912f1bd6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 29 Oct 2014 14:45:48 +0200 Subject: 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 --- RepositoryModule_host.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'RepositoryModule_host.mk') diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index 6d9b51f30000..6190e4bd94e4 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -183,7 +183,6 @@ endef ifeq (,$(filter-out all build check unitcheck slowcheck subsequentcheck,$(MAKECMDGOALS))) $(eval $(call repositorymodule_serialize,\ scfilt \ - $(if $(ENABLE_OPENCL),scopencl) \ $(call gb_Helper_optional,SCRIPTING,vbaobj) \ sc msword \ $(call gb_Helper_optional,DESKTOP,swui) \ -- cgit