hi Somewhat related note, I needed a reproducible PoCL build in an environment where I couldn't install most of the dependencies system wide, so I wrote a CMakeLists.txt which builds PoCL's dependencies and PoCL itself into a custom build environment, I provide the link here in case it's useful to others:
https://github.com/maedoc/pocl-build/blob/master/CMakeLists.txt It requires a sane build environment with a recent compiler. Two deps are still autoconf, so this won't work on Windows yet, but I'd like to see that happen. Cheers, Marmaduke On Fri, Sep 30, 2016 at 10:04 AM, O. Hartmann <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Am Fri, 26 Aug 2016 09:28:18 +0300 > Pekka Jääskeläinen <[email protected]> schrieb: > > > 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. > > Deprecating the GNU autotools is a kind of bad news. But anyway, thanks > for this > information. > > > > > 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:pocl-devel@lists. > sourceforge.net> > > > 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 > > > > > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > > iQEcBAEBCAAGBQJX7hyNAAoJEOgBcD7A/5N8zjsIAIZS3vlWA2MIqMoqG88Y3zk5 > 6QVEToCmnf9Th92fHoRY/pnJJoSBmMs+DzwT+93S9ium3a9LohATviHWndwXUIY7 > zuEFUBEfalm04wey5o9xu38zkzbvHVaiilZIpdfg7qf1jYI+e5eLqQRCtLibYLIq > 8A0asNCd8LZA7B4BR+J6kjsB5ZKcDp2U+uKdzw+THn4vpnInfGb4jdg2dTVkP5au > JuxwK+5vDL9pskF0IyMaleCn3zpk21cVMjzGsqmemQOtdtiRoAhWpxUnx1FIXQoR > bwkMP8dA1qgU4ZYIprIscGlUZqkWJ46u1NMqFXV2CUVbhV5KVmwP9kVRlFzjswU= > =W88y > -----END PGP SIGNATURE----- > ------------------------------------------------------------ > ------------------ > _______________________________________________ > pocl-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pocl-devel >
------------------------------------------------------------------------------
_______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
