Add WWW:.
Also let mpid/server find the FreeBSD openssl implementation. PR: 21174 Submitted by: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br> Approved by: MAINTAINER
This commit is contained in:
parent
98ad73b18c
commit
3947487fbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32644
13
net/mpich/files/patch-ab
Normal file
13
net/mpich/files/patch-ab
Normal file
@ -0,0 +1,13 @@
|
||||
--- mpid/server/configure.orig Tue Sep 12 07:57:09 2000
|
||||
+++ mpid/server/configure Tue Sep 12 08:01:11 2000
|
||||
@@ -1589,8 +1589,8 @@
|
||||
ac_find_inc_dir=$dir
|
||||
break
|
||||
fi
|
||||
- if test -r $dir/include/ssl.h ; then
|
||||
- ac_find_inc_dir=$dir/include
|
||||
+ if test -r $dir/include/openssl/ssl.h ; then
|
||||
+ ac_find_inc_dir=$dir/include/openssl
|
||||
break
|
||||
fi
|
||||
done
|
@ -4,3 +4,5 @@ widely used standard for writing message-passing programs. As such the
|
||||
interface should establish a practical, portable, efficient, and
|
||||
flexible standard for message passing. Included are a full set of
|
||||
documents and parallel programming examples.
|
||||
|
||||
WWW: http://www.mcs.anl.gov/mpi/mpich/
|
||||
|
13
net/mpich2/files/patch-ab
Normal file
13
net/mpich2/files/patch-ab
Normal file
@ -0,0 +1,13 @@
|
||||
--- mpid/server/configure.orig Tue Sep 12 07:57:09 2000
|
||||
+++ mpid/server/configure Tue Sep 12 08:01:11 2000
|
||||
@@ -1589,8 +1589,8 @@
|
||||
ac_find_inc_dir=$dir
|
||||
break
|
||||
fi
|
||||
- if test -r $dir/include/ssl.h ; then
|
||||
- ac_find_inc_dir=$dir/include
|
||||
+ if test -r $dir/include/openssl/ssl.h ; then
|
||||
+ ac_find_inc_dir=$dir/include/openssl
|
||||
break
|
||||
fi
|
||||
done
|
@ -4,3 +4,5 @@ widely used standard for writing message-passing programs. As such the
|
||||
interface should establish a practical, portable, efficient, and
|
||||
flexible standard for message passing. Included are a full set of
|
||||
documents and parallel programming examples.
|
||||
|
||||
WWW: http://www.mcs.anl.gov/mpi/mpich/
|
||||
|
Loading…
Reference in New Issue
Block a user