Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Noric Couderc
JBrainy
Commits
4ed3300e
Commit
4ed3300e
authored
Nov 12, 2021
by
Noric Couderc
Browse files
Merge branch 'master' of git.cs.lth.se:noricc/jbrainy
parents
026d93ca
d4975a05
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
4ed3300e
...
...
@@ -38,9 +38,9 @@ class PAPIPlugin implements Plugin<Project> {
}
def
findPapi
()
{
def
options
=
[
Paths
.
get
(
"/usr"
,
"l
ib"
,
"x86_64-linux-gnu
"
,
"libpapi.so"
),
Paths
.
get
(
"/usr"
,
"local"
,
"lib"
,
"x86_64-linux-gnu"
,
"libpapi.so"
),
Paths
.
get
(
"/usr"
,
"local"
,
"lib"
,
"libpapi.so"
)]
def
options
=
[
Paths
.
get
(
"/usr"
,
"l
ocal"
,
"lib
"
,
"libpapi.so"
),
Paths
.
get
(
"/usr"
,
"lib"
,
"x86_64-linux-gnu"
,
"libpapi.so"
),
Paths
.
get
(
"/usr"
,
"local"
,
"lib"
,
"x86_64-linux-gnu"
,
"libpapi.so"
)]
def
env
=
System
.
getenv
()
if
(
env
.
containsKey
(
"PAPI_LIBRARY_PATH"
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment