Search Criteria
Package Details: magic 8.2.182-1
Git Clone URL: | https://aur.archlinux.org/magic.git (read-only, click to copy) |
---|---|
Package Base: | magic |
Description: | A VLSI layout system |
Upstream URL: | http://opencircuitdesign.com/magic/ |
Licenses: | |
Submitter: | jcasper |
Maintainer: | keenerd |
Last Packager: | keenerd |
Votes: | 6 |
Popularity: | 0.000531 |
First Submitted: | 2008-05-15 18:45 |
Last Updated: | 2020-02-20 03:49 |
Dependencies (8)
- libx11 (libx11-git, libx11-threadsafe)
- tcl (tcl85, tcl-nothreading)
- tk (tk85)
- tcsh (make)
- blt (blt_tcl85) (optional) – to create a tree diagram of the cell hierarchy in a design
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-minimal, cairo-dfb, cairo-glesv2-bin, cairo-glesv3-bin, cairo-git) (optional) – for better graphics
- glu (glu-git) (optional) – for better graphics
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-minimal+-git) (optional) – for better graphics
Required by (3)
- osquery-git (make)
- qflow
- qflow-git
Latest Comments
keenerd commented on 2015-05-03 21:27
That is what the "Flag package out of date" button is for.
tombenko commented on 2015-05-03 18:55
There is a newer version. Will the package be refreshed?
Anonymous comment on 2013-01-25 16:52
It seems now this package conflicts with jdk7-openjdk
error: failed to commit transaction (conflicting files)
magic: /usr/share/man/man1/extcheck.1.gz exists in filesystem
yaourt -Qo /usr/share/man/man1/extcheck.1.gz
/usr/share/man/man1/extcheck.1.gz is owned by jdk7-openjdk 7.u9_2.3.4-1
vicencb commented on 2010-04-07 11:39
New version available: 7.5.190
Also works with development version: 8.0.60
Found a bug in the PKGBUILD: replace builddepends with makedepends
In my case there is a problem with a magic script, can be solved adding this line
unset LS_COLORS
before de configure script.