primesieve: update 5.4.1 --> 5.5.0

This commit is contained in:
Tony Theodore 2015-12-02 13:10:55 +11:00
parent dbc90c2ae8
commit e0f81b5cf7
1 changed files with 3 additions and 3 deletions

View File

@ -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/'