Package Details: pvm 3.4.6-10

Git Clone URL: https://aur.archlinux.org/pvm.git (read-only, click to copy)
Package Base: pvm
Description: Parallel Virtual Machine
Upstream URL: http://www.netlib.org/pvm3
Licenses: GPL
Submitter: None
Maintainer: malacology (BioArchLinuxBot)
Last Packager: BioArchLinuxBot
Votes: 12
Popularity: 0.000000
First Submitted: 2007-02-26 02:46 (UTC)
Last Updated: 2022-10-20 12:01 (UTC)

Dependencies (1)

Required by (2)

Sources (2)

Latest Comments

malacology commented on 2022-10-19 16:17 (UTC)

please refer https://github.com/BioArchLinux/Packages/blob/master/BioArchLinux/pvm/PKGBUILD and I would like to maintain it if you don't want to maintain it anymore.

malacology commented on 2021-12-10 02:10 (UTC)

make[2]: Entering directory '/build/pvm/src/pvm3/src/LINUX64'
mkdir ../../lib/LINUX64
cc -O -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"LINUX64\" -DIMA_LINUX64 -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/ssh\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS -DHASSTDLIB -DCTIMEISTIMET -DSYSERRISCONST -DNOTMPNAM -DSYSVSTR -DUSESTRERROR  -c ../../src/ddpro.c
../../src/ddpro.c:398:10: fatal error: rpc/types.h: No such file or directory
  398 | #include <rpc/types.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [/build/pvm/src/pvm3/src/Makefile.aimk:384: ddpro.o] Error 1
make[2]: Leaving directory '/build/pvm/src/pvm3/src/LINUX64'

travnick commented on 2016-05-05 20:32 (UTC)

I see that PVM_ARCH is not set but unset If you have suggestions (or better working PKGBUILD please send it as merge request or any other way that I'm able to use quickly)

Yamakaky commented on 2016-05-04 08:03 (UTC)

PVM_ARCH should be "LINUX64" on x86_64

alucryd commented on 2011-12-29 14:46 (UTC)

Could you remove the parentheses around the install file? Current pacman version will throw an error otherwise. Thanks in advance.

<deleted-account> commented on 2011-11-15 15:06 (UTC)

pvm.install is not in the sources. It would be nice to link to the right executables on x64 if test "$CARCH" == x86_64; then ln stuff fi

<deleted-account> commented on 2010-11-11 08:54 (UTC)

Arch variable added, package updated, folders added. The previous maintainer probably removed them to make for a considerably lighter package. I left the "rm" command in comment in case someone prefers the previous behaviour. I just took over the package, feel free to comment for anything else that is missing (be gentle, it is one of my first adoptions).

giniu commented on 2010-05-05 23:05 (UTC)

could you please add arch variable to this PKGBUILD? Also, seems like not all files are installed, i.e. I wanted to use it with rpvm, and it says: Check if PVM_ROOT is defined... Yes! PVM_ROOT=/usr/share/pvm3 Invalid PVM_ROOT. Cannot find /usr/share/pvm3/conf There is no such dir inside, while it's described in Readme in /usr/share/pvm3.