comparison src/biosig.mk @ 5735:fa5ce462f09d release

biosig: Update to version 2.2.1 * src/biosig.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 18 Apr 2021 11:07:36 +0200
parents 65471ba1fc2a
children ac813229ff2c
comparison
equal deleted inserted replaced
5727:c5df8d06ace3 5735:fa5ce462f09d
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := biosig 4 PKG := biosig
5 $(PKG)_WEBSITE := http://biosig.sf.net/ 5 $(PKG)_WEBSITE := http://biosig.sf.net/
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 2.1.0 7 $(PKG)_VERSION := 2.2.1
8 $(PKG)_CHECKSUM := 160df29da4007404fb79d9746a6f2c85a176a804 8 $(PKG)_CHECKSUM := f16bfc7e0f05901e09283020d7cd565bed13c75e
9 $(PKG)_SUBDIR := biosig-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := biosig-$($(PKG)_VERSION)
10 $(PKG)_FILE := biosig-$($(PKG)_VERSION).src.tar.gz 10 $(PKG)_FILE := biosig-$($(PKG)_VERSION).src.tar.gz
11 $(PKG)_URL := https://sourceforge.net/projects/biosig/files/BioSig%20for%20C_C%2B%2B/src/$($(PKG)_FILE) 11 $(PKG)_URL := https://sourceforge.net/projects/biosig/files/BioSig%20for%20C_C%2B%2B/src/$($(PKG)_FILE)
12 $(PKG)_DEPS := suitesparse zlib libb64 libiberty libiconv lapack tinyxml dcmtk 12 $(PKG)_DEPS := suitesparse zlib libb64 libiberty libiconv lapack tinyxml dcmtk
13 13
31 TARGET=$(TARGET) CROSS=$(TARGET) $(MAKE) -C '$(1)' lib tools 31 TARGET=$(TARGET) CROSS=$(TARGET) $(MAKE) -C '$(1)' lib tools
32 32
33 # build mexbiosig package (does not install package) 33 # build mexbiosig package (does not install package)
34 # TARGET='$(TARGET)' $(MAKE) -C '$(1)'/biosig4c++ mexbiosig 34 # TARGET='$(TARGET)' $(MAKE) -C '$(1)'/biosig4c++ mexbiosig
35 35
36 # install files 36 # install library files
37 $(INSTALL) -m644 '$(1)/biosig4c++/biosig.h' '$(HOST_INCDIR)/' 37 $(INSTALL) -m644 '$(1)/biosig4c++/biosig.h' '$(HOST_INCDIR)/'
38 $(INSTALL) -m644 '$(1)/biosig4c++/biosig2.h' '$(HOST_INCDIR)/' 38 $(INSTALL) -m644 '$(1)/biosig4c++/biosig2.h' '$(HOST_INCDIR)/'
39 $(INSTALL) -m644 '$(1)/biosig4c++/gdftime.h' '$(HOST_INCDIR)/' 39 $(INSTALL) -m644 '$(1)/biosig4c++/gdftime.h' '$(HOST_INCDIR)/'
40 $(INSTALL) -m644 '$(1)/biosig4c++/biosig-dev.h' '$(HOST_INCDIR)/' 40 $(INSTALL) -m644 '$(1)/biosig4c++/biosig-dev.h' '$(HOST_INCDIR)/'
41 41