Mageia Bugzilla – Attachment 13053 Details for
Bug 29742
guayadeque crashes on i586 but not on x86_64; packaging problem with Mageia's build flag macro
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
buildd script for guayadeque
buildd (text/plain), 255 bytes, created by
Philippe Didier
on 2021-12-16 16:01:47 CET
(
hide
)
Description:
buildd script for guayadeque
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2021-12-16 16:01:47 CET
Size:
255 bytes
patch
obsolete
>#!/bin/bash > ># avoid full rebuild if script is runs from symlinked location >cd $(readlink -f $(dirname $0)) > >./buildt >rm CMakeCache.txt >cmake ${1} . \ > -DCMAKE_BUILD_TYPE='Debug' \ > -DCMAKE_INSTALL_PREFIX=/usr \ > -DCMAKE_CXX_STANDARD="11" \ > && make ${2}
#!/bin/bash # avoid full rebuild if script is runs from symlinked location cd $(readlink -f $(dirname $0)) ./buildt rm CMakeCache.txt cmake ${1} . \ -DCMAKE_BUILD_TYPE='Debug' \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_CXX_STANDARD="11" \ && make ${2}
View Attachment As Raw
Actions:
View
Attachments on
bug 29742
:
13024
|
13028
|
13050
| 13053 |
13054