mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
9e481f9f23
- Remove USE_FORTRAN. It isn't required. - Staging. - Add a do-build target so we no longer have to build static libraries with -fPIC. - Remove patching of "CFLAGS=" into "CFLAGS+=", because with base system make, += allows CFLAGS from /usr/share/mk or make.conf to slip in. Instead pass CFLAGS via EXTRACFLAGS which is also used to control the -fpic flag in do-build.
8 lines
340 B
Plaintext
8 lines
340 B
Plaintext
-
|
|
You have to set PVM_ROOT=%%PREFIX%%/lib/pvm environment variable on all machines
|
|
which you are planning to use for distributed computing. The best way to set
|
|
this variable on system-wide basis is to add "PVM_ROOT=%%PREFIX%%/lib/pvm" into
|
|
appropriate section of your /etc/login.conf file. You also have to enable
|
|
rshd on those machines.
|
|
-
|