Search Criteria
Package Details: nvc-git r1.11.0.r36.gc1abb4b-1
Package Actions
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)
- libelf (elfutils-gitAUR)
- llvm-libs (llvm-libs-rocm-gitAUR, llvm-libs-gitAUR)
- ncurses (ncurses-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- check (check-gitAUR) (make)
- flex (flex-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- make (make-gitAUR) (make)
- pkgconfig (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- tcl (tcl-fossilAUR, tcl84AUR) (make)
- ruby (optional) – for the scripts to download and install VHDL libraries
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#GitExample 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)
cyrozap commented on 2015-11-04 07:05 (UTC)