me
/
guix
Archived
1
0
Fork 0

gnu: gnss-sdr: Fix build.

* gnu/packages/radio.scm (gnss-sdr)[native-inputs]: Remove gfortran.
  [inputs]: Remove lapack.
  [arguments]: Add option to 'configure-flags' to use openblas instead of
  lapack.

Change-Id: Ic54ee6543f43226c609d008f425bcc51d18f22c6
master
Guillaume Le Vaillant 2024-04-18 15:23:47 +02:00
parent ffa78a2d0e
commit 3d34252c2d
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 3 deletions

View File

@ -3057,8 +3057,7 @@ Radios.")
(base32 "0kxn98vmrsd2a157cf3hsmivi6p4k4a3907j5w8hmcs0nn92786i"))))
(build-system cmake-build-system)
(native-inputs
`(("gfortran" ,gfortran)
("googletest-source" ,(package-source googletest))
`(("googletest-source" ,(package-source googletest))
("orc" ,orc)
("pkg-config" ,pkg-config)
("python" ,python)
@ -3072,7 +3071,6 @@ Radios.")
gmp
gnuradio
gr-osmosdr
lapack
libpcap
log4cpp
matio
@ -3086,6 +3084,7 @@ Radios.")
`(#:configure-flags
(list "-DENABLE_GENERIC_ARCH=ON"
"-DENABLE_OSMOSDR=ON"
"-DBLA_VENDOR=OpenBLAS"
(string-append "-DGFLAGS_ROOT="
(assoc-ref %build-inputs "gflags"))
(string-append "-DGLOG_ROOT="