sumo: Update to 1.1.0
authorRosen Penev <redacted>
Mon, 22 Apr 2019 02:29:15 +0000 (19:29 -0700)
committerRosen Penev <redacted>
Tue, 23 Apr 2019 23:20:36 +0000 (16:20 -0700)
Cleaned up Makefile slightly. Updated URL.

Signed-off-by: Rosen Penev <redacted>
utils/sumo/Makefile
utils/sumo/patches/100-configure_fix.patch

index 67a6eab8e0054673ed3ac9a4bd6777387fab3f98..b034e2569f9554c23413fc2485a90f99905242e1 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sumo
-PKG_VERSION:=0.27.1
+PKG_VERSION:=1.1.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-src-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/sumo
-PKG_HASH:=4494190bd6570646df7a020befe25bc66355377273d922753685737c0d38bfdf
-PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
+PKG_HASH:=68630b6879a3331683443e8044cb0a81e5919f9e4cfb80722933da85b84e542e
 
+PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
 PKG_LICENSE:=GPL-3.0
 PKG_LICENSE_FILES:=COPYING
 
@@ -25,20 +25,12 @@ PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk
 
-CONFIGURE_ARGS += \
-       --with-xerces=$(STAGING_DIR)/usr \
-       --disable-debug \
-       --disable-dependency-tracking \
-       --disable-silent-rules
-
-TARGET_CXXFLAGS+=-fpermissive
-
 define Package/sumo
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=SUMO - Simulation of Urban MObility
-  URL:=http://sumo-sim.org/
-  DEPENDS:=+libstdcpp +libxerces-c
+  URL:=https://sumo.dlr.de/
+  DEPENDS:=+libxerces-c
 endef
 
 define Package/sumo/description
@@ -50,6 +42,12 @@ define Package/sumo/description
   various APIs to remotely control the simulation.
 endef
 
+CONFIGURE_ARGS += \
+       --with-xerces=$(STAGING_DIR)/usr \
+       --disable-debug \
+       --disable-dependency-tracking \
+       --disable-silent-rules
+
 define Package/sumo/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{activitygen,dfrouter,duarouter,emissionsDrivingCycle,emissionsMap,jtrrouter,marouter,netconvert,netgenerate,od2trips,polyconvert,TraCITestClient} $(1)/usr/bin
index b50048d20b3651a651182384d30d3c1f310744f9..e5deea5b7815ec9236f9b3debd77c0439d77d6e6 100644 (file)
@@ -1,6 +1,6 @@
 --- a/configure.ac
 +++ b/configure.ac
-@@ -117,11 +117,6 @@ dnl - - - - - - - - - - - - - - - - - -
+@@ -87,11 +87,6 @@ dnl - - - - - - - - - - - - - - - - - -
  case "$host" in
     x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux*)
  dnl Make sure we are on architecture that supports SIMD
git clone https://git.99rst.org/PROJECT