Search Criteria
Package Details: netgen-lvs-git 1.5.r549.168e550-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/netgen-lvs-git.git (read-only, click to copy) |
---|---|
Package Base: | netgen-lvs-git |
Description: | A netlist comparison (LVS) and format manipulation |
Upstream URL: | http://opencircuitdesign.com/netgen/ |
Licenses: | GPL |
Conflicts: | netgen-lvs |
Provides: | netgen-lvs |
Submitter: | killruana |
Maintainer: | killruana |
Last Packager: | killruana |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-01-19 11:37 (UTC) |
Last Updated: | 2021-08-21 16:28 (UTC) |
Required by (1)
- qflow-git (requires netgen-lvs)
Latest Comments
killruana commented on 2021-08-21 15:54 (UTC)
@davisdude: I have updated the pkgbuild to strip out the
-error=format-security
flag.davisdude commented on 2021-08-20 19:07 (UTC)
To build this successfully, I had to modify the cflags variable to remove
error=format-security
. In other words, to build I ran:./makepkg CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -fstack-clash-protection -fcf-protection" -si
killruana commented on 2020-03-18 08:09 (UTC)
done
jashankj commented on 2020-03-18 01:34 (UTC)
May I suggest adding
git
to themakedepends
? Thanks!