Package Details: antimony 0.9.2-1

Git Clone URL: https://aur.archlinux.org/antimony.git (read-only, click to copy)
Package Base: antimony
Description: Graph-based 3D CSG CAD modeller
Upstream URL: http://www.mattkeeter.com/projects/antimony/3/
Licenses: MIT
Submitter: keenerd
Maintainer: None
Last Packager: keenerd
Votes: 15
Popularity: 0.000000
First Submitted: 2015-05-29 15:03 (UTC)
Last Updated: 2017-11-24 18:16 (UTC)

Latest Comments

1 2 3 Next › Last »

MarsSeed commented on 2022-02-22 10:05 (UTC)

I have triggered this package to become orphaned, so a new volunteer can adopt it and update it.

DarioP commented on 2020-02-11 14:47 (UTC) (edited on 2020-06-24 16:53 (UTC) by DarioP)

Hi,

I have updated the PKGBUILD to v0.9.3. I also added a couple of patches to compile it with the current boost_python38

Here is the tarball: https://drive.google.com/file/d/10UCAIv6Smhh2SlDCG20N5hLiBiMhfSHn/view

PS I also had issues compiling the git version, but I did't look much into that.

ubuntourist commented on 2019-12-29 18:24 (UTC)

I just tried to install and apparently, there's still a problem with boost:

...
CMake Error at CMakeLists.txt:23 (message):
  Could not find boost::python3


$ for i in $(locate libboost | grep python3)
> do
> ls -l $i
> done
lrwxrwxrwx 1 root root 27 Nov 11 16:36 /usr/lib/libboost_python3.so -> libboost_python38.so.1.71.0
-rw-r--r-- 1 root root 697584 Nov 11 16:36 /usr/lib/libboost_python38.a
lrwxrwxrwx 1 root root 27 Nov 11 16:36 /usr/lib/libboost_python38.so -> libboost_python38.so.1.71.0
lrwxrwxrwx 1 root root 27 Nov 11 16:36 /usr/lib/libboost_python38.so.1 -> libboost_python38.so.1.71.0
lrwxrwxrwx 1 root root 27 Nov 11 16:36 /usr/lib/libboost_python38.so.1.71 -> libboost_python38.so.1.71.0
-rwxr-xr-x 1 root root 255280 Nov 11 16:36 /usr/lib/libboost_python38.so.1.71.0

senden9 commented on 2016-05-08 12:18 (UTC)

seoka: Sorry. No other suggestions from me.

seoka commented on 2016-05-08 09:34 (UTC) (edited on 2016-05-08 09:38 (UTC) by seoka)

thank you senden9, yes, I tried recompiling antimony many times (I even tried to use the antimony-git package instead!) And I also cannot see a difference between our linking tables. You can see mine at: https://gist.github.com/7948be99b9d3e39cff4d2de548f0b867 It still gives the same error output. Do you have any other suggestion?

senden9 commented on 2016-05-08 07:46 (UTC)

seoka: My version is linked to libboost_python3.so.1.60.0 and it works. To see my full linking table go to http://pastebin.com/6BbAy55w Have you tried just compile antimony again?

seoka commented on 2016-05-07 23:44 (UTC)

Hey, I got a little Problem with this Program, as it always tells me after starting "antimony: error while loading shared libraries: libboost_python3.so.1.59.0: cannot open shared object file: No such file or directory" but I got all Dependencies installed. actually I searched for this file and found a libboost_python3.so.1.60.0 . Linking the searched file to the existing one gave this error code: "$ antimony Traceback (most recent call last): File "/usr/local/bin/sb/fab/__init__.py", line 1, in <module> import fab.shapes as shapes File "/usr/local/bin/sb/fab/shapes.py", line 914, in <module> shape = triangle(0, 0, 0.35, 1, 0.1, 0) File "/usr/local/bin/sb/fab/shapes.py", line 136, in triangle max(x0, x1, x2), max(y0, y1, y2)) RuntimeError: Could not construct Shape object." Telling me on a error window: "Could not find fab Python module. Antimony will now exit." Hope you can help me....

keenerd commented on 2016-03-05 22:03 (UTC)

Those are pre-releases, I don't think they count.

senden9 commented on 2016-03-03 16:34 (UTC) (edited on 2016-03-03 19:25 (UTC) by senden9)

Thanks for the quick reply. I will try it later on an other PC with Archlinux. For the new release see [1]. There is a 0.9.0c tag and the download link on the release page also points to [2]. Edit: I fixed it. Pull request on GitHub: [3] [1] https://github.com/mkeeter/antimony/releases [2] https://github.com/mkeeter/antimony/archive/0.9.0c.tar.gz [3] https://github.com/mkeeter/antimony/pull/151