Package Details: nvc-git r1.11.0.r36.gc1abb4b-1

Git Clone URL: https://aur.archlinux.org/nvc-git.git (read-only, click to copy)
Package Base: nvc-git
Description: VHDL compiler and simulator
Upstream URL: https://github.com/nickg/nvc
Licenses: GPL3
Conflicts: nvc
Provides: nvc
Submitter: uffe
Maintainer: m42uko
Last Packager: m42uko
Votes: 1
Popularity: 0.000000
First Submitted: 2015-05-02 23:50 (UTC)
Last Updated: 2024-01-11 17:21 (UTC)

Dependencies (13)

Required by (0)

Sources (1)

Latest Comments

m42uko commented on 2024-01-11 17:22 (UTC)

@uffe: Thanks for the hint. Updated.

uffe commented on 2024-01-09 13:25 (UTC)

@m42uko: A suggestion - if you change the "pkgver()" function in PKGBUILD to the one below - then the AUR package versions will follow the versions that can be seen on the nvc github project:

pkgver() { cd "${srcdir}/${_gitname}" git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } Follows the approach described here: https://wiki.archlinux.org/title/VCS_package_guidelines#Git

Example output: r1.11.0.r35.g60dcb777

/Uffe :-)

m42uko commented on 2023-08-25 11:03 (UTC)

@uffe: Thank you! Will take care of updating this :)

uffe commented on 2023-08-25 10:03 (UTC)

@m42uko: I've now passed the maintainer-ship to you - I hope that it is ok. Thanks for standing up :-)

uffe commented on 2023-08-25 10:01 (UTC)

@m42uko: I'm low on time - so I'll be happy to pass the maintainer-ship to you :-)

m42uko commented on 2023-08-25 08:59 (UTC)

Hi, are you still actively maintaining this package? If yes, can you please fix the IEEE library handling (as noted by runecaster). Also, use make -j1 for the install step as there seem to be some issues with multicore install.

Alternatively, I'd be happy to take over maintainership of this package if you orphan it.

Thanks!

runecaster commented on 2021-07-07 19:09 (UTC) (edited on 2021-07-07 19:16 (UTC) by runecaster)

Build fails due deleted 'fetch-ieee.sh' under tools/ on master branch. Deleting the script call from PKGBUILD (line 38) results in successful build.

726f62696e commented on 2016-07-28 14:16 (UTC)

Please fix package install location. Installation to /usr/local fails. See cyrozap's comment below.

cyrozap commented on 2015-11-04 07:05 (UTC)

There are a few issues with this package: - To follow convention, the license should be "GPL3", not "GPLv3". That said, since the PKGBUILD downloads non-free components, it might be better to either set the license to "custom" or add an install script to output a warning during package installation. - Custom variables should be kept to a minimum, especially when they are not used or only used once, so "_gitrepo" should be removed. - I'm not sure if this program is hard-coded to use it, but packages (even AUR ones) should generally not install into /usr/local For your convenience, I've posted a patch containing most of these changes here: https://paste.fedoraproject.org/286727/44662040/