Hi, Autotools build is deprecated, it is likely to be removed in the beginning of the next release cycle. Thus, please use cmake.
You need to set the PKG_CONFIG_PATH so it finds the .pc file of your hwloc installation. Alternatively you can use HWLOC_ROOT cmake build parameter (-DHWLOC_ROOT=...) to point to the installation root of your hwloc. On 08/26/2016 12:10 AM, Erik Schnetter wrote: > Ed > > ./configure --help > > should tell you. In short, you need to set the variables > > HWLOC_CFLAGS > C compiler flags for HWLOC, overriding pkg-config > HWLOC_LIBS linker flags for HWLOC, overriding pkg-config > > to contain the respective -I and -L and -l flags. > > -erik > > > On Thu, Aug 25, 2016 at 4:43 PM, Edward May <[email protected] > <mailto:[email protected]>> wrote: > > Dear Developers > > I am trying to do a non root install of pocl-0.13 > the machine has no hwloc but I have build and installed > a private version of hwloc. > > How do I tell pocl configure where to find this private > version of hwloc? > > Ed > > > ______________________________________________________________ > Edward N. May Phone: (630)-252-6222 > <tel:%28630%29-252-6222> > High Energy Physics Division FAX: (630)-252-5076 > <tel:%28630%29-252-5076> > Argonne National Laboratory Internet: [email protected] > <mailto:[email protected]> > Argonne, IL 60439 USA Webpage: http://www.hep.anl.gov/may > > > ------------------------------------------------------------------------------ > _______________________________________________ > pocl-devel mailing list > [email protected] <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/pocl-devel > <https://lists.sourceforge.net/lists/listinfo/pocl-devel> > > > > > -- > Erik Schnetter <[email protected] <mailto:[email protected]>> > http://www.perimeterinstitute.ca/personal/eschnetter/ > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > pocl-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pocl-devel > -- Pekka ------------------------------------------------------------------------------ _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
