Skip to content

Commit

Permalink
Renamed config file, removed a compilation message
Browse files Browse the repository at this point in the history
  • Loading branch information
coti committed Jan 16, 2023
1 parent 6c82784 commit e83f048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# - Try to find PhiProf
# Once done this will define
# PHIPROF_FOUND - System has PhiProf
# STARPU_INCLUDE_DIRS - The include directories
# PHIPROF_INCLUDE_DIRS - The include directories


find_package(PkgConfig)
Expand All @@ -22,8 +22,7 @@ endif()

message(INFO " will check ${PHIPROF_ROOT} for PHIPROF")
set(CMAKE_PREFIX_PATH} "${CMAKE_PREFIX_PATH} ${PHIPROF_ROOT}")
set(ENV{PKG_CONFIG_PATH} "${PHIPROF_ROOT}/libs/pkgconfig")
pkg_check_modules(PHIPROF QUIET libstarpu)
#set(ENV{PKG_CONFIG_PATH} "${PHIPROF_ROOT}/libs/pkgconfig")

if(NOT PHIPROF_FOUND)
find_path(PHIPROF_INCLUDE_DIR NAMES phiprof.hpp
Expand Down
2 changes: 1 addition & 1 deletion src/apex/apex_phiprof.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "apex.hpp"
#include <phiprof.hpp>

#warning compiling phiprof
//#warning compiling phiprof

/* Correspondance between labels and ids */

Expand Down

0 comments on commit e83f048

Please sign in to comment.