FS#63348 - Csound package not built with release configuration

Attached to Project: Community Packages
Opened by Diego (dieggsy) - Friday, 02 August 2019, 16:04 GMT
Last edited by David Runge (dvzrv) - Monday, 05 August 2019, 18:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
As is, the PKGBUILD for csound builds it in beta configuration, not Release. To do so would simple require adding the line

-DCMAKE_BUILD_TYPE="Release" \

to the build() function in the PKGBUILD, per the source build instructions: https://github.com/csound/csound/blob/develop/BUILD.md



Additional info:
* package version(s)
6.13
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
pacman -S csound
csound --help
See version

This task depends upon

Closed by  David Runge (dvzrv)
Monday, 05 August 2019, 18:17 GMT
Reason for closing:  Upstream
Additional comments about closing:  Fixed in 6.13.0-2.
Comment by Antonio Rojas (arojas) - Friday, 02 August 2019, 19:50 GMT
That's certainly a weird idea of what "beta" is that csound has - setting it depending on the cmake build type. It makes no sense at all. Probably something to report upstream.
Comment by David Runge (dvzrv) - Monday, 05 August 2019, 18:17 GMT
@dieggsy thanks for reporting. It is changed in the latest build.
Also, there's now an upstream ticket for this. Please follow up there: https://github.com/csound/csound/issues/1165

Loading...