pkgsrc/parallel/openmpi/patches/patch-ae
asau 43b8814eca Import OpenMPI 1.4 as parallel/openmpi.
OpenMPI is open source MPI-2 implementation.
2009-12-12 23:30:01 +00:00

18 lines
472 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2009/12/12 23:30:01 asau Exp $
Force our libltdl.
--- opal/mca/base/mca_base_component_repository.c.orig 2009-10-21 04:05:57.000000000 +0400
+++ opal/mca/base/mca_base_component_repository.c 2009-10-27 11:47:50.000000000 +0300
@@ -27,11 +27,7 @@
#include <stdio.h>
#if OMPI_WANT_LIBLTDL
- #ifndef __WINDOWS__
- #include "opal/libltdl/ltdl.h"
- #else
#include "ltdl.h"
- #endif
#endif
#include "opal/class/opal_list.h"