[3dprinter-general] Bug#706656: ITP: cura -- Controller for 3D printers
Petter Reinholdtsen
pere at hungry.com
Fri Oct 6 07:18:56 UTC 2017
[Gregor Riepl]
> Before you upload cura-engine, please pull again.
> I forgot to change the Maintainer to the list.
Then thing is, I can not upload cura-engine depending on libarcus as
long as libarcus is in NEW, as it will fail to build. But I can upload
libsavitar and uranium, as they will go into NEW too.
I'm not sure if cura-engine work without libarcus myself, but disabling
it like this do not break the build, at least:
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2316d6..49ed5c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ project(CuraEngine)
cmake_minimum_required(VERSION 2.8.12)
option (ENABLE_ARCUS
- "Enable support for ARCUS" ON)
+ "Enable support for ARCUS" OFF)
if (ENABLE_ARCUS)
message(STATUS "Building with Arcus")
If this patch is acceptable, we can upload cura-engine right away, and
upload without it once libarcus is available in Debian.
--
Happy hacking
Petter Reinholdtsen
More information about the 3dprinter-general
mailing list