Search Criteria
Package Details: ampl-asl 1.0.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ampl-asl.git (read-only, click to copy) |
|---|---|
| Package Base: | ampl-asl |
| Description: | AMPL Solver Library |
| Upstream URL: | https://github.com/ampl/asl |
| Licenses: | BSD-3-Clause |
| Submitter: | carlosal1015 |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-12-09 18:03 (UTC) |
| Last Updated: | 2025-06-22 20:48 (UTC) |
Latest Comments
brannonking commented on 2024-04-05 18:23 (UTC)
I get this build error on the current version:
Linking C shared library bin/libasl.so /home/brannon/.cache/yay/ampl-asl/src/asl/src/solvers/fgh_read.c:101:15: error: function ‘f2_HOL_ASL’ redeclared as variable 101 | extern char* f_OPHOL; | ^ /home/brannon/.cache/yay/ampl-asl/src/asl/src/solvers/rops2.c:1019:1: note: previously declared here 1019 | f_OPHOL(expr *e A_ASL) | ^ lto1: fatal error: errors during merging of translation units compilation terminated. lto-wrapper: fatal error: /usr/bin/cc returned 1 exit status In function ‘memcpy’, inlined from ‘co_read’ at /home/brannon/.cache/yay/ampl-asl/src/asl/src/solvers2/fg_read.c:1773:4: /usr/include/bits/string_fortified.h:29:10: warning: ‘__builtin_memcpy’ specified bound between 18446744065119617024 and 18446744073709551612 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^