Search Criteria
Package Details: asymptote-git 2:2.71.git.3.gbbb1ed00-1
Git Clone URL: | https://aur.archlinux.org/asymptote-git.git (read-only, click to copy) |
---|---|
Package Base: | asymptote-git |
Description: | A vector graphics language (like metapost) |
Upstream URL: | http://asymptote.sourceforge.net/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | haawda |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 9 |
Popularity: | 0.26 |
First Submitted: | 2015-10-04 20:44 |
Last Updated: | 2021-04-08 17:04 |
Dependencies (15)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- freeglut (freeglut-x11-svn, freeglut-wayland-svn)
- gc
- gsl (gsl-git)
- libsigsegv (libsigsegv-git)
- python (python-dbg)
- flex (flex-git) (make)
- ghostscript (make)
- git (git-git) (make)
- glm (glm-git, gli) (make)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-fftw, imagemagick-full) (make)
- librsvg (librsvg-git, librsvg-minimal-git) (make)
- python-cson (optional) – for the xasy GUI
- python-pyqt5 (optional) – for the xasy GUI
- tix (optional) – for the xasy GUI
Required by (3)
- bapctools-git (requires asymptote) (optional)
- cms-germany-git (requires asymptote)
- pp-git (requires asymptote) (optional)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
haawda commented on 2016-12-16 20:15
New git version gives longer version numbers, no need to update.
haawda commented on 2016-03-21 05:19
flex and bison are in base-devel.
incertia commented on 2016-03-20 18:47
as of 656cf97, the makefile requires bison (https://www.archlinux.org/packages/core/x86_64/bison/) to make file 'camp.tab.cc' and flex (https://www.archlinux.org/packages/core/x86_64/flex/) to make file 'lex.yy.cc'
haawda commented on 2014-10-05 08:38
Thanks, applied.
cagprado commented on 2014-10-05 05:20
Since latest release of ghostscript, 3D pictures with text labels can’t be generated anymore. This also breaks compilation while trying to generate documentation examples…
I’ve already filled a bug ticket with a patch to the asymptote team, however, if you think it would be a good idea to add the patch to the PKGBUILD until the upstream has fixed the issue here it is: http://pastebin.com/17vWtgJP
cheers,
haawda commented on 2014-08-22 18:19
adopted again
haawda commented on 2013-12-05 19:58
Orphaning.
haawda commented on 2012-05-06 17:59
I filed a n upstream bug report (https://sourceforge.net/tracker/?func=detail&aid=3524123&group_id=120000&atid=685683). This only appears if you use my imagemagick-svn package. There is a new syntax for the convert command needed, which breaks the creation of latexusage.png.
The patch I attached to the bug report should also work with stable versions of imagemagick (e.g. the one from the repo).
cagprado commented on 2012-02-18 00:32
@kazuo
Thanks!!! Working nicely now ^^
kazuo commented on 2012-02-17 12:48
@cagprado
Thanks for noticing it. I put the file on /usr/share/vim/vimfiles/syntax as the vim${vimversion} is used only by the vim-runtime.
I added a simple ftdetect too. So *.asy get a ft=asy. This file is sent upstream too.