cura-engine: remove package
This package is sorely outdated and only supports the now-removed cura.
This commit is contained in:
parent
2b22b0e79b
commit
ed32f8a4d4
|
@ -1,13 +0,0 @@
|
|||
Index: CMakeLists.txt
|
||||
===================================================================
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -42,7 +42,7 @@ endif()
|
||||
if(CMAKE_BUILD_TYPE_UPPER MATCHES "DEBUG")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_DEBUG_INIT}")
|
||||
else()
|
||||
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELEASE_INIT}")
|
||||
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNDEBUG")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
|
@ -1,10 +0,0 @@
|
|||
--- a/src/utils/math.h
|
||||
+++ b/src/utils/math.h
|
||||
@@ -5,6 +5,7 @@
|
||||
#define UTILS_MATH_H
|
||||
|
||||
#include <cmath>
|
||||
+#include <cstdint>
|
||||
|
||||
|
||||
//c++11 no longer defines M_PI, so add our own constant.
|
|
@ -1,18 +0,0 @@
|
|||
# Template file for 'cura-engine'
|
||||
pkgname=cura-engine
|
||||
version=4.13.1
|
||||
revision=6
|
||||
build_style=cmake
|
||||
configure_args="-DCURA_ENGINE_VERSION=${version}"
|
||||
hostmakedepends="protobuf git"
|
||||
makedepends="libArcus-devel libgomp-devel protobuf-devel"
|
||||
short_desc="Engine for processing 3D models into GCode"
|
||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
license="AGPL-3.0-or-later"
|
||||
homepage="https://github.com/Ultimaker/CuraEngine"
|
||||
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
|
||||
checksum=283f62326c6072cdcef9d9b84cb8141a6072747f08e1cae6534d08ad85b1c657
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
|
@ -91,6 +91,7 @@ replaces="
|
|||
ctpp2<=2.8.3_7
|
||||
cura<=4.13.1
|
||||
cura-fdm-materials<=2019.08.21_1
|
||||
cura-engine<=4.13.1_6
|
||||
cycle<=0.3.2_2
|
||||
deepin-calculator<=5.0.1_1
|
||||
deepin-draw<=1.0.0_1
|
||||
|
|
Loading…
Reference in New Issue