Search Criteria
Package Details: antimony-git 0.9.3b.r12.2618d096-1
Git Clone URL: | https://aur.archlinux.org/antimony-git.git (read-only, click to copy) |
---|---|
Package Base: | antimony-git |
Description: | Graph-based 3D CSG CAD modeller |
Upstream URL: | http://www.mattkeeter.com/projects/antimony/3/ |
Licenses: | |
Provides: | |
Submitter: | keenerd |
Maintainer: | gustavo-hms |
Last Packager: | gustavo-hms |
Votes: | 4 |
Popularity: | 0.000002 |
First Submitted: | 2015-05-29 15:35 |
Last Updated: | 2017-11-06 15:10 |
Dependencies (8)
- boost-libs (boost171, boost-libs-git)
- python (python-dbg)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- boost (boost-git) (make)
- flex (flex-git) (make)
- git (git-git) (make)
- lemon (lemon-minimal-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
Latest Comments
1 2 Next › Last »
keenerd commented on 2017-11-10 05:41
Well, I don't need to be its maintainer either if you're going to do a good job. I am disappointed that you don't seem to want to figure out how to fix the Eigen stuff, but whatever.
gustavo-hms commented on 2017-11-08 19:12
Sorry, keenerd. I didn't mean to make anyone unpleased. I just wanted to make the package work again and, since it seemed you weren't maintaining it anymore, I thougth it was the right thing to do.
But, actually, I don't need to be its maintainer. As long as you keep updating it, it's all I really want. I can abandon its maintainence in your favor. Would you like to?
keenerd commented on 2017-11-07 17:01
You didn't try very hard to contact me.
gustavo-hms commented on 2017-09-28 16:34
Hello! I've updated the PKGBUILD file to reflect the recent changes in the program. If you want to, I can send it to you.
evil-god commented on 2016-04-08 17:43
wrong path in PKGBUILD
-sed -i 's|return path.join("/");|return "/usr/share/antimony/sb/nodes";|' app/src/app/app.cpp
+ sed -i 's|return path.join("/");|return "/usr/share/antimony/sb/nodes";|' app/app/app.cpp
oberon2007 commented on 2015-10-28 16:28
Python 3.5 and updated PKGBUILD from here work for me: https://github.com/oberon2007/antimony-python3.5/tree/master/antimony-git
ryokimball commented on 2015-06-06 05:51
Hiya! I'm not terribly up on how PKGBUILD works and whatnot, but I'm seeing the same "recipe for target 'install_executable' failed" error as niklasni1 posted when I compile from source, and no binary when installed form AUR. In the Makefile, there is a line (#2778 for me) :
-$(INSTALL PROGRAM) /path/to/source/antimony/qt/antimony $(INSTALL ROOT)/usr/local/bin
It looks to me like this is simply looking in the wrong place for the antimony binary, which would be at "/path/to/source/antimony/build/antimony".
Again, I am unfamiliar with the internals of Arch's build system so I don't know if this is a packaging problem [my first guess] but I hope this helps.
niklasni1 commented on 2015-05-29 23:03
This builds the sources from Git, so basically a development snapshot. The other one downloads a release that changes less often.
tokenwizard commented on 2015-05-29 19:50
Both this package and the "antimony" package are maintained by keenerd and both refer to same upstream URL. Is there a difference in these two packages?
niklasni1 commented on 2015-05-29 19:25
This is strange, if I run the binary from src/antimony/build, it works, but if I run the binary in pkg/ or the one that gets installed, there's a dialogue box that says "Import error. Could not find fab Python module. Antimony will now exit."