aboutsummaryrefslogtreecommitdiff
path: root/cad/graywolf/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* cad/graywolf: Backport PR that makes graywolf run through testsYuri Victorovich2021-02-021-2/+9
| | | | | | | Submitted by: GH PR submitted by Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=563842
* cad/graywolf: Update 0.1.6-3 -> 0.1.6-4Yuri Victorovich2021-01-231-6/+12
| | | | Notes: svn path=/head/; revision=562361
* cad/graywolf: Mark as broken on aarch64: fails to link with sbrk.Mikael Urankar2020-07-051-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=541263
* cad/graywolf: Unbreak build with GCC 10 (-fno-common)Tobias Kortkamp2020-06-221-0/+2
| | | | | | | | | | | | | | /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 Notes: svn path=/head/; revision=539793
* cad/graywolf: fix build on GCC architecturesPiotr Kubaj2020-04-101-1/+1
| | | | | | | | | | 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) Notes: svn path=/head/; revision=531342
* cad/graywolf: Fix the symbolic link that was silently failing by adding ↵Yuri Victorovich2020-03-251-0/+4
| | | | | | | patch for GitHub pull request Notes: svn path=/head/; revision=529067
* New port: cad/graywolf: Fork of TimberWolf, a placement tool in VLSI designYuri Victorovich2020-03-221-0/+23
Notes: svn path=/head/; revision=528911