summaryrefslogtreecommitdiffstats
path: root/src/flann.mk
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-03-05 03:41:39 (GMT)
committerViktor Szakats <vszakats@users.noreply.github.com>2017-03-10 13:59:00 (GMT)
commit45d34aaac7be400a5befb5a7a67d3b7b0072bc92 (patch)
tree7e0c7bf6f06d4cf82695aa4add7c6beff849216f /src/flann.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/flann.mk')
-rw-r--r--src/flann.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/flann.mk b/src/flann.mk
index 2b20fe0..9af0e8b 100644
--- a/src/flann.mk
+++ b/src/flann.mk
@@ -1,18 +1,18 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := flann
-$(PKG)_WEBSITE := http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
+$(PKG)_WEBSITE := https://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
$(PKG)_DESCR := FLANN
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.8.4
$(PKG)_CHECKSUM := dfbb9321b0d687626a644c70872a2c540b16200e7f4c7bd72f91ae032f445c08
$(PKG)_SUBDIR := flann-$($(PKG)_VERSION)-src
$(PKG)_FILE := flann-$($(PKG)_VERSION)-src.zip
-$(PKG)_URL := http://www.cs.ubc.ca/research/flann/uploads/FLANN/$($(PKG)_FILE)
+$(PKG)_URL := https://www.cs.ubc.ca/research/flann/uploads/FLANN/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://www.cs.ubc.ca/research/flann/index.php/FLANN/Changelog' | \
+ $(WGET) -q -O- 'https://www.cs.ubc.ca/research/flann/index.php/FLANN/Changelog' | \
grep 'Version' | \
$(SED) -n 's,.*Version.\([0-9.]*\).*,\1,p' | \
head -1
@@ -21,7 +21,7 @@ endef
define $(PKG)_BUILD_SHARED
# workaround for strange "too many sections" error
# setting CXXFLAGS='-O3' seems to fix it
- # similar to http://www.mail-archive.com/mingw-w64-public@lists.sourceforge.net/msg06329.html
+ # similar to https://www.mail-archive.com/mingw-w64-public@lists.sourceforge.net/msg06329.html
cd '$(1)' && CXXFLAGS='-O3' '$(TARGET)-cmake' . \
-DBUILD_CUDA_LIB=OFF \
-DBUILD_MATLAB_BINDINGS=OFF \