-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Steps to reproduce:
curl -sL https://github.com/FLAME-HPC/libmboard/tarball/0.3.1 | tar -zx
pushd FLAME-HPC-libmboard-5811e29
touch README.in README # avoid autoreconf errors
[[ -f configure ]] || autoreconf --verbose --force --install # Generate ./configure and Makefile.in
[[ -f Makefile ]] && make clean
./configure \
--prefix=$prefix_serial \
--disable-parallel \
--with-cunit=${cunit_install_dir}
make
make test
./tests/run_test_serial # Test serial libmboard API
Segmentation fault ./tests/run_test_serialMy config:
- Centos 7.4
- GCC 6.2.0
- CUnit 2.1-3
- libmboard 0.3.1
Anyone got any comments/suggestions?
Metadata
Metadata
Assignees
Labels
No labels