Search Criteria
Package Details: algodoo 1.x.x.latest-5
Git Clone URL: | https://aur.archlinux.org/algodoo.git (read-only, click to copy) |
---|---|
Package Base: | algodoo |
Description: | A physics simulator program for education and fun (based on phun) |
Upstream URL: | http://www.algodoo.com/ |
Licenses: | |
Submitter: | mickael9 |
Maintainer: | jose1711 |
Last Packager: | jose1711 |
Votes: | 11 |
Popularity: | 0.56 |
First Submitted: | 2010-06-30 02:55 |
Last Updated: | 2019-01-04 08:12 |
Dependencies (31)
- boost-libs (boost171, boost-libs-git) (i686)
- boost-libs (boost171, boost-libs-git) (x86_64)
- curl (curl-git, curl-minimal-git) (i686)
- curl (curl-git, curl-minimal-git) (x86_64)
- glew (glew-libepoxy, glew-git, glew-egl-glx) (i686)
- glew (glew-libepoxy, glew-git, glew-egl-glx) (x86_64)
- glew1.5 (i686)
- glew1.5 (x86_64)
- gsm (x86_64)
- jasper (x86_64)
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl) (x86_64)
- libcurl-gnutls (libcurl3-gnutls, libcurl-gnutls-minimal-git) (i686)
- libcurl-gnutls (libcurl3-gnutls, libcurl-gnutls-minimal-git) (x86_64)
- libjpeg6 (libjpeg6-turbo) (i686)
- libjpeg6 (libjpeg6-turbo) (x86_64)
- libpng12 (i686)
- libpng12 (x86_64)
- libraw1394 (x86_64)
- libtheora (libtheora-ptalarbvorm, libtheora-git) (x86_64)
- libva (libva-git, libva-hantro-h264-git, intel-media-stack-bin, libva-headless, libva-minimal-git) (x86_64)
- libvpx (libvpx-1.6, libvpx-full-git, libvpx-git, libvpx-1.7) (x86_64)
- libzip (libzip-git) (i686)
- libzip (libzip-git) (x86_64)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal+-git, mesa-minimal-git, mesa-git) (i686)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal+-git, mesa-minimal-git, mesa-git) (x86_64)
- pango (pango-ubuntu, pango-minimal-git, pango-git) (i686)
- pango (pango-ubuntu, pango-minimal-git, pango-git) (x86_64)
- schroedinger (x86_64)
- sdl_image (i686)
- sdl_image (x86_64)
- speex (speex-git) (x86_64)
Latest Comments
1 2 3 Next › Last »
jose1711 commented on 2020-09-27 18:37
don't think version 2.0 was ever available for linux
manouchk commented on 2020-09-27 18:08
It seems that algodoo is now free. Is the free version of algodoo accessible to linux? I can't find such a version.
vita_cell commented on 2017-03-26 14:06
trsm.o cblas_dgemm.o cblas_dsymm.o cblas_dsyrk.o cblas_dsyr2k.o cblas_dtrmm.o cblas_dtrsm.o cblas_cgemm.o cblas_csymm.o cblas_chemm.o cblas_cherk.o cblas_cher2k.o cblas_ctrmm.o cblas_ctrsm.o cblas_csyrk.o cblas_csyr2k.o cblas_zgemm.o cblas_zsymm.o cblas_zhemm.o cblas_zherk.o cblas_zher2k.o cblas_ztrmm.o cblas_ztrsm.o cblas_zsyrk.o cblas_zsyr2k.o cblas_globals.o cblas_xerbla.o xerbla.o
ar: /home/vita/CBLAS/lib/LINUX/cblas_LINUX.a: No existe el fichero o el directorio
make: *** [Makefile:235: all] Error 1
------------------------------------
File doesn't exist
Zeniff commented on 2016-11-07 18:33
...
==> Starting package()...
gcc -O3 -DADD_ -fPIC -I/home/user/CBLAS/src -c cblas_srotg.c
...
gcc -O3 -DADD_ -fPIC -I/home/user/CBLAS/src -c cblas_isamax.c
gfortran -O3 -fPIC -c sdotsub.f
make: gfortran: Command not found
make: *** [Makefile:244: sdotsub.o] Error 127
==> ERROR: A failure occurred in package().
Aborting...
==> ERROR: Makepkg was unable to build .
Hi~ First I ran into above error, so I installed gcc-fortran, which had gfortran, and it got a bit better, but... then I got this:
...
gcc -O3 -DADD_ -fPIC -I/home/user/CBLAS/src -c cblas_xerbla.c
cblas_xerbla.c: In function ‘cblas_xerbla’:
cblas_xerbla.c:10:11: warning: type defaults to ‘int’ in declaration of ‘RowMajorStrg’ [-Wimplicit-int]
extern RowMajorStrg;
^~~~~~~~~~~~
gcc -O3 -DADD_ -fPIC -I/home/user/CBLAS/src -c xerbla.c
ar r /home/user/CBLAS/lib/LINUX/cblas_LINUX.a cblas_srotg.o (...lots of cblas_*.o stuff here...) cblas_globals.o cblas_xerbla.o xerbla.o
ar: /home/user/CBLAS/lib/LINUX/cblas_LINUX.a: No such file or directory
make: *** [Makefile:235: all] Error 1
==> ERROR: A failure occurred in package().
Aborting...
==> ERROR: Makepkg was unable to build algodoo.
==> Restart building algodoo ? [y/N]
So, I checked, but I already had cblas (ver 3.6.1-2 up to date).
Does anyone know what to try from here? Thanks..:(
amar commented on 2016-06-25 23:29
Any idea where to get the latest Linux download? package() fails because there's nothing in http://www.algodoo.com/wiki/Download.
Edit: Nvm, works pretty well in wine.
loserMcloser commented on 2015-06-14 17:58
Can still download Algodoo 1.8.5 for linux here
http://www.algodoo.com/w/index.php?title=Download
Ville.Kovacs commented on 2014-08-15 14:48
==> Making package: algodoo 1.x.x.latest-2 (Fri Aug 15 17:46:32 EEST 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found algodoo.desktop
==> Validating source files with md5sums...
algodoo.desktop ... Passed
==> Extracting sources...
==> Starting build()...
==> Entering fakeroot environment...
==> Starting package()...
==> ERROR: A failure occurred in package().
Aborting...
jose1711 commented on 2013-04-21 07:34
try http://archive.is/4Ju9
Anonymous comment on 2013-04-20 21:29
Oh... Mea culpa, I didn't checked it. I remembered there was a Linux version earlier... And as I see, now it is not possible even to download the old version. :(
jose1711 commented on 2013-04-17 19:27
do you see a linux version for download?