Skip to content

Commit 85e3bd7

Browse files
Merge pull request #662 from lukaszstolarczuk/merge-fixes-for-0.9.0-rc4
Merge another fixes for 0.9.0-rc4
2 parents cc4b8a7 + a7dad77 commit 85e3bd7

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ elseif(NOT UMF_DISABLE_HWLOC)
173173
COMMAND
174174
./configure --prefix=${hwloc_targ_BINARY_DIR} --enable-static=yes
175175
--enable-shared=no --disable-libxml2 --disable-levelzero
176-
CFLAGS=-fPIC CXXFLAGS=-fPIC
176+
--disable-opencl --disable-cuda --disable-nvml CFLAGS=-fPIC
177+
CXXFLAGS=-fPIC
177178
WORKING_DIRECTORY ${hwloc_targ_SOURCE_DIR}
178179
OUTPUT ${hwloc_targ_SOURCE_DIR}/Makefile
179180
DEPENDS ${hwloc_targ_SOURCE_DIR}/configure)

licensing/third-party-programs.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,40 @@ _______________________________________________________________________________
386386
and prospectively choose to deem waived or otherwise exclude such
387387
Section(s) of the License, but only in their entirety and only with respect
388388
to the Combined Software.
389+
390+
_______________________________________________________________________________
391+
392+
7. googletest:
393+
394+
Copyright 2008, Google Inc.
395+
All rights reserved.
396+
397+
Redistribution and use in source and binary forms, with or without
398+
modification, are permitted provided that the following conditions are
399+
met:
400+
401+
* Redistributions of source code must retain the above copyright
402+
notice, this list of conditions and the following disclaimer.
403+
* Redistributions in binary form must reproduce the above
404+
copyright notice, this list of conditions and the following disclaimer
405+
in the documentation and/or other materials provided with the
406+
distribution.
407+
* Neither the name of Google Inc. nor the names of its
408+
contributors may be used to endorse or promote products derived from
409+
this software without specific prior written permission.
410+
411+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
412+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
413+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
414+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
415+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
416+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
417+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
418+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
419+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
420+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
421+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
422+
389423
_______________________________________________________________________________
390424

391425
*Other names and brands may be claimed as the property of others.

0 commit comments

Comments
 (0)