bamos/parsec-benchmark

Error: Cannot find local build configuration 'gcc.bldconf' for package bench.

cirosantilli opened this issue ยท 3 comments

c99eea6

gcc 6.3.0, Ubuntu 16.04.

Commands:

. env.sh
parsecmgmt -a build

Outcome:

[PARSEC] Packages to build:  bench
/data/git/parsec-benchmark/bin/parsecmgmt: line 1252: /data/git/parsec-benchmark/config/packages/bench.pkgconf: No such file or directory

[PARSEC] [========== Building package bench [1] ==========]
[PARSEC] [---------- Analyzing package bench ----------]
/data/git/parsec-benchmark/bin/parsecmgmt: line 820: /data/git/parsec-benchmark/config/packages/bench.pkgconf: No such file or directory
/data/git/parsec-benchmark/bin/parsecmgmt: line 834: [: ==: unary operator expected
[PARSEC] Error: Cannot find local build configuration 'gcc.bldconf' for package bench.

Same issue.
Commands:
./parsecmgmt -a build
Console:
[PARSEC] Packages to build: bench
./parsecmgmt: line 1252: /git/parsec-benchmark/bin/../config/packages/bench.pkgconf: No such file or directory

[PARSEC] [========== Building package bench [1] ==========]
[PARSEC] [---------- Analyzing package bench ----------]
./parsecmgmt: line 820: /git/parsec-benchmark/bin/../config/packages/bench.pkgconf: No such file or directory
./parsecmgmt: line 834: [: ==: unary operator expected
[PARSEC] Error: Cannot find local build configuration 'gcc.bldconf' for package bench.

@smazigh btw, I have some stuff working at: https://github.com/************/parsec-benchmark (not all), and will review and accept pull requests.

Thank you !