summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-02 02:10:55 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-02 02:10:55 (GMT)
commite0f81b5cf7a17ec5d54dc9f7e833caaed6fbb327 (patch)
treea4cd648948ee2e58471d5278ce9f9daac7ea1fca /src
parentdbc90c2ae85dca20237f1be811b90f60a9070058 (diff)
downloadmxe-e0f81b5cf7a17ec5d54dc9f7e833caaed6fbb327.zip
mxe-e0f81b5cf7a17ec5d54dc9f7e833caaed6fbb327.tar.gz
mxe-e0f81b5cf7a17ec5d54dc9f7e833caaed6fbb327.tar.bz2
primesieve: update 5.4.1 --> 5.5.0
Diffstat (limited to 'src')
-rw-r--r--src/primesieve.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/primesieve.mk b/src/primesieve.mk
index b42e594..54a994b 100644
--- a/src/primesieve.mk
+++ b/src/primesieve.mk
@@ -3,8 +3,8 @@
PKG := primesieve
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 5.4.1
-$(PKG)_CHECKSUM := e6cb1eee915ff50dbd01ed9c6f13324cde16002c7ac49bf29feea07e0f348fc5
+$(PKG)_VERSION := 5.5.0
+$(PKG)_CHECKSUM := f0f818902967ce7c911c330c578a52ec62dbbd9b12a68b8d3a3bc79b601e52b0
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://dl.bintray.com/kimwalisch/$(PKG)/$($(PKG)_FILE)
@@ -24,7 +24,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)' install $(MXE_DISABLE_CRUFT)
$(TARGET)-g++ -s -std=c++0x -fopenmp -o '$(1)/examples/test-primesieve.exe' \
- '$(1)/examples/count_primes.cpp' \
+ '$(1)/examples/cpp/count_primes.cpp' \
'-lprimesieve'
$(INSTALL) -m755 '$(1)/examples/test-primesieve.exe' '$(PREFIX)/$(TARGET)/bin/'