#36441: port splash: build failed ---------------------+---------------------------- Reporter: wd11@… | Owner: daniel.price@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: splash | ---------------------+---------------------------- Comment (by daniel.price@…): {{{ info:build /usr/bin/clang -arch x86_64 -I/opt/local/include -I/include -c ../src/read_data_gadget_hdf5_utils.c -o read_data_gadget_hdf5_utils.o 1179 :info:build In file included from ../src/read_data_gadget_hdf5_utils.c:14: 1180 :info:build In file included from /opt/local/include/hdf5.h:24: 1181 :info:build /opt/local/include/H5public.h:61:13: fatal error: 'mpi.h' file not found 1182 :info:build # include <mpi.h> 1183 :info:build ^ 1184 :info:build 1 error generated. 1185 :info:build make[1]: *** [read_data_gadget_hdf5_utils.o] Error 1 1186 :info:build make[1]: Leaving directory }}} doesn't look like this is a splash issue, seems that mpi.h is not being found in the include paths (presumably should be in /opt/local/include). The hdf5-18 Portfile, with +openmpi depends on port:openmpi, which presumably installs mpi.h to /opt/local/include. So I'm not sure what's going on here. -- Ticket URL: <https://trac.macports.org/ticket/36441#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS