Port details |
- graywolf Fork of TimberWolf, a placement tool in VLSI design
- 0.1.6.4_4 cad =2 0.1.6.4_4Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2020-03-22 10:44:00
- Last Update: 2024-09-05 19:56:41
- Commit Hash: 6bc0a3c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/rubund/graywolf
- Description:
- graywolf is a fork of TimberWolf 6.3.5
TimberWolf was developed at Yale University, and was distributed as open source
for a time until it was taken commercial. The last open-source version of
TimberWolf does not perform detail routing, but is a professional-grade
placement tool. In order to continue improving the open-source version, graywolf
has been forked off from version 6.3.5 of TimberWolf.
The main improvement in graywolf is that the build process is more streamlined
and that it behaves as a normal linux tool - you can call it from anywhere and
no environment variables must be set first.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/cad/graywolf/ && make install clean
- To add the package, run one of these commands:
- pkg install cad/graywolf
- pkg install graywolf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: graywolf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1612297202
SHA256 (rubund-graywolf-0.1.6-4-gf47937b_GH0.tar.gz) = 36ef4035cce5b9ee4ce1d353c3cfdff0ccfcd362ea2fbf1ddefc7e450ea11daa
SIZE (rubund-graywolf-0.1.6-4-gf47937b_GH0.tar.gz) = 911077
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- gcc13 : lang/gcc13
- as : devel/binutils
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Test dependencies:
-
- bash : shells/bash
- rsync : net/rsync
- Runtime dependencies:
-
- gcc13 : lang/gcc13
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Library dependencies:
-
- libgsl.so : math/gsl
- This port is required by:
- for Build
-
- cad/qflow
- for Run
-
- cad/qflow
Configuration Options:
- No options to configure
- Options name:
- cad_graywolf
- USES:
- cmake compiler:c11 pkgconfig shebangfix xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.6.4_4 05 Sep 2024 19:56:41 |
Yuri Victorovich (yuri) Author: Lorenzo Salvadore |
cad/graywolf: Fix build with gcc14
PR: 281224 |
0.1.6.4_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.6.4_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.6.4_3 12 Jan 2022 19:41:22 |
Tobias C. Berner (tcberner) |
math/gsl: bump portrevision of consumers after update to 2.7.1
PR: 260201 |
0.1.6.4_2 16 Jun 2021 19:31:27 |
Tobias C. Berner (tcberner) |
math/gsl: update to 2.7
From [1]
* What is new in gsl-2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators (V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex
when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 (Only the first 15 lines of the commit message are shown above ) |
0.1.6.4_1 04 Jun 2021 05:53:21 |
Gerald Pfeifer (gerald) |
*/*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj |
0.1.6.4_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.6.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.6.4_1 02 Feb 2021 20:26:55 |
yuri |
cad/graywolf: Backport PR that makes graywolf run through tests
Submitted by: GH PR submitted by Kevin Zheng <kevinz5000@gmail.com> |
0.1.6.4 23 Jan 2021 01:40:03 |
yuri |
cad/graywolf: Update 0.1.6-3 -> 0.1.6-4 |
0.1.6.3_1 05 Jul 2020 09:10:51 |
mikael |
cad/graywolf: Mark as broken on aarch64: fails to link with sbrk.
Approved by: portmgr (tier-2 blanket) |
0.1.6.3_1 22 Jun 2020 03:13:12 |
tobik |
cad/graywolf: Unbreak build with GCC 10 (-fno-common)
/usr/local/bin/ld:
src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x5e40): multiple
definition of `yyss';
src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x5e40): first defined
here
/usr/local/bin/ld:
src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x6240): multiple
definition of `yyssp';
src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x6240): first defined
here
/usr/local/bin/ld:
src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x4ea0): multiple
definition of `yyvs';
src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x4ea0): first defined
here
/usr/local/bin/ld:
src/twmc/CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x6238): multiple
definition of `yyvsp';
src/twmc/CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x6238): first defined
here
http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/graywolf-0.1.6.3_1.log
PR: 246700 |
0.1.6.3_1 10 Apr 2020 21:44:00 |
pkubaj |
cad/graywolf: fix build on GCC architectures
C11 compiler is necessary:
/wrkdirs/usr/ports/cad/graywolf/work/graywolf-0.1.6-3-g6c5e24f/src/twmc/wireratio.c:92:
error: expected declaration specifiers before 'gsl_matrix'
MFH: 2020Q2 (fix build blanket) |
0.1.6.3_1 29 Mar 2020 06:15:40 |
yuri |
cad/graywolf: Fix build on 13
sys/dir.h is replaced with dirent.h
fatal error: sys/dir.h: No such file or directory
136 | #include <sys/dir.h>
| ^~~~~~~~~~~ |
0.1.6.3_1 25 Mar 2020 00:19:40 |
yuri |
cad/graywolf: Fix the symbolic link that was silently failing by adding patch
for GitHub pull request |
0.1.6.3 22 Mar 2020 10:43:44 |
yuri |
New port: cad/graywolf: Fork of TimberWolf, a placement tool in VLSI design |