diff --git a/component/hwloc/buildout.cfg b/component/hwloc/buildout.cfg new file mode 100644 index 0000000000000000000000000000000000000000..a3f7f10c12e7028eac6e27ee04bcaa2c21733048 --- /dev/null +++ b/component/hwloc/buildout.cfg @@ -0,0 +1,16 @@ +[buildout] +extends = + ../../component/libtool/buildout.cfg + ../../component/automake/buildout.cfg + ../../component/autoconf/buildout.cfg +parts = + hwloc + +[hwloc] +recipe = slapos.recipe.cmmi +url = http://www.open-mpi.org/software/hwloc/v1.9/downloads/hwloc-1.9.tar.gz +md5sum = 1f9f9155682fe8946a97c08896109508 +environment = + PATH=${pkgconfig:location}/bin:${automake:location}/bin:${autoconf:location}/bin:${libtool:location}/bin:%(PATH)s +configure-options = + --prefix="${buildout:parts-directory}/${:_buildout_section_name_}" \ No newline at end of file