Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Rafael Diniz 3b6a9a8ade bump version 2024-02-06 12:13:19 +00:00
Rafael Diniz a0d9227203 add nmux to the package 2024-02-04 13:28:40 +00:00
Rafael Diniz a4c1f3387a disable debug symbols by default 2024-02-04 11:44:15 +00:00
3 zmienionych plików z 9 dodań i 4 usunięć

Wyświetl plik

@ -33,12 +33,10 @@ PARAMS_SSE = -march=x86-64-v2
PARAMS_ARM = -march=armv8-a+crc
PARAMS_SIMD = $(if $(call cpufeature,sse,dummy-text),$(PARAMS_SSE),$(PARAMS_ARM))
PARAMS_LOOPVECT = -O3 -ffast-math -fdump-tree-vect-details -dumpbase dumpvect
PARAMS_LIBS = -g -lm -lrt -lfftw3f -DUSE_FFTW -DLIBCSDR_GPL -DUSE_IMA_ADPCM
PARAMS_LIBS = -lm -lrt -lfftw3f -DUSE_FFTW -DLIBCSDR_GPL -DUSE_IMA_ADPCM
PARAMS_SO = -fpic
PARAMS_MISC = -Wno-unused-result
#DEBUG_ON = 0 #debug is always on by now (anyway it could be compiled with `make DEBUG_ON=1`)
#PARAMS_DEBUG = $(if $(DEBUG_ON),-g,)
FFTW_PACKAGE = fftw-3.3.3
FFTW_PACKAGE = fftw-3.3.10
PREFIX ?= /usr
SOVERSION = 0.15
PARSEVECT ?= yes

6
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,9 @@
csdr (0.15-2) UNRELEASED; urgency=medium
* Bump version
-- Rafael Diniz <rafael@riseup.net> Tue, 06 Feb 2024 12:32:42 +0000
csdr (0.15-1) UNRELEASED; urgency=medium
* Initial Rhizomatica release.

1
debian/csdr.install vendored
Wyświetl plik

@ -3,3 +3,4 @@ libcsdr.so /usr/lib
*.h /usr/include/csdr
csdr /usr/bin
csdr-fm /usr/bin
nmux /usr/bin