Package Details: netlogo 6.4.0-2

Git Clone URL: https://aur.archlinux.org/netlogo.git (read-only, click to copy)
Package Base: netlogo
Description: A multi-agent programmable modeling environment.
Upstream URL: http://ccl.northwestern.edu/netlogo/
Keywords: modeling
Licenses: custom, LGPL
Submitter: None
Maintainer: The_Loko
Last Packager: The_Loko
Votes: 7
Popularity: 0.000000
First Submitted: 2016-05-04 01:51 (UTC)
Last Updated: 2024-02-22 19:37 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2

<deleted-account> commented on 2016-06-24 19:23 (UTC)

@chendaniely I added gendesk as a make dependency, which creates the .desktop file. I couldn't find an image that was already bundled with the software, so I used one from http://ccl.northwestern.edu/netlogo/.

chendaniely commented on 2016-06-23 19:59 (UTC)

Is there a way to create a netlogo.desktop file for this? One I've used is this: ``` [Desktop Entry] Type=Application Name=NetLogo Comment=A multi-agent programmable modeling environment Path=/opt/netlogo/ Exec=NetLogo Terminal=false ```

jsh6789 commented on 2016-06-02 20:05 (UTC)

In the PKGBUILD, the line: > chmod +x $file should be changed to > chmod +x $pkgdir/opt/$pkgname/$file Both the archive and the installed files should now have the correct permissions: $ tar tvf netlogo-5.3.1-1-x86_64.pkg.tar.xz ... -rwxr-xr-x root/root 7136 2016-06-02 15:34 opt/netlogo/NetLogoLogging -rwxr-xr-x root/root 7136 2016-06-02 15:34 opt/netlogo/HubNetClient -rwxr-xr-x root/root 7136 2016-06-02 15:34 opt/netlogo/NetLogo3D -rwxr-xr-x root/root 7136 2016-06-02 15:37 opt/netlogo/NetLogo ... $ ls -l /opt/netlogo/ total 6160 ... -rwxr-xr-x 1 root root 7136 Jun 2 15:34 HubNetClient -rwxr-xr-x 1 root root 7136 Jun 2 15:37 NetLogo -rwxr-xr-x 1 root root 7136 Jun 2 15:34 NetLogo3D -rwxr-xr-x 1 root root 7136 Jun 2 15:34 NetLogoLogging ...

<deleted-account> commented on 2016-05-16 00:33 (UTC)

@jerieljan That is in the PKGBUILD but it doesn't have any effect in some cases for some reason. I might move it to the .install if I get more reports of this.

jerieljan commented on 2016-05-15 22:35 (UTC)

Hmm, the executables in /opt/netlogo aren't executable by default. Things run correctly with a chmod +x.