Package Details: simgrid 3.32-1

Git Clone URL: https://aur.archlinux.org/simgrid.git (read-only, click to copy)
Package Base: simgrid
Description: A scientific instrument to study large-scale distributed systems
Upstream URL: https://simgrid.org/
Licenses: LGPL
Submitter: javsalgar
Maintainer: mpoquet
Last Packager: mpoquet
Votes: 4
Popularity: 0.000000
First Submitted: 2015-07-21 09:40 (UTC)
Last Updated: 2023-02-03 10:16 (UTC)

Latest Comments

mpoquet commented on 2020-12-11 13:38 (UTC) (edited on 2020-12-11 13:39 (UTC) by mpoquet)

SimGrid-3.25 does not build with CMake > 3.19.
I'm waiting for the next SimGrid release to update this package.
In the meantime, you can install a more recent SimGrid version with a script similar to the following:

git clone https://framagit.org/simgrid/simgrid.git /tmp/simgrid
cd /tmp/simgrid
git checkout 3214d6ae587b8c84d0f6993d13df1ffcd5e67b2e

mkdir build
cd build
cmake .. \
  -DCMAKE_INSTALL_PREFIX=/usr \
  -Denable_compile_optimizations=ON \
  -Denable_documentation=OFF \
  -Denable_lto=ON \
  -Denable_smpi=ON
make -j $(nproc)
sudo make install

bobi commented on 2020-02-25 09:18 (UTC) (edited on 2020-02-26 08:43 (UTC) by bobi)

Hi, I see you added make as a makedepend; you should not, as stated there: https://wiki.archlinux.org/index.php/PKGBUILD#makedepends

“The group base-devel is assumed to be already installed when building with makepkg. Members of this group should not be included in makedepends array.”

bobi commented on 2020-02-04 09:07 (UTC)

mpoquet, you forgot to update md5 sum for the source archive.

nicoulaj commented on 2018-03-09 18:24 (UTC)

Can you please update or disown this package ?

x86vk commented on 2017-12-18 02:46 (UTC)

Please consider updating this package, too.

Version 3.17 has been released.

https://gforge.inria.fr/frs/download.php/file/37148/SimGrid-3.17.tar.gz

Also, this version needs doxygen to be built.

Ben8520 commented on 2016-10-04 16:57 (UTC)

Please consider updating this package. Here is the new source: http://gforge.inria.fr/frs/download.php/file/35817/SimGrid-3.13.tar.gz

javsalgar commented on 2015-11-08 17:54 (UTC)

@kauffman Added boost as dependency. Thank you

kauffman commented on 2015-11-08 14:18 (UTC)

Just installed and was receiving failure to build errors until I installed the boost library development package. Suggest add dependency to boost library https://www.archlinux.org/packages/extra/i686/boost/