Search Criteria
Package Details: seabreeze 3.0.11-1
Git Clone URL: | https://aur.archlinux.org/seabreeze.git (read-only, click to copy) |
---|---|
Package Base: | seabreeze |
Description: | SeaBreeze is a device driver library that provides an interface to select Ocean Optics spectrometers |
Upstream URL: | https://oceanoptics.com/product/seabreeze/ |
Licenses: | |
Submitter: | greyltc |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-08-21 16:08 |
Last Updated: | 2017-08-21 16:08 |
Latest Comments
klobas commented on 2018-05-03 15:06
fails to build. makefile is located in "$srcdir/$pkgname-${pkgver}/SeaBreeze" not "$srcdir/$pkgname-${pkgver}"
Also, at least with the latest GCC version (7.3.1), -Werror flag in CFLAGS in common.mk stops the build.
It's hacky because it doesn't resolve the deprecation error, but fixing the working directory and adding "sed -i '/Werror/d' ./common.mk" prior to make in the pkgbuild builds a working library.
edit: and also have to fix the directory referenced in the package command to
"$srcdir/$pkgname-${pkgver}"