mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 08:55:37 +00:00
8 lines
155 B
Bash
Executable File
8 lines
155 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "extracting Eigen headers..."
|
|
./update_eigen.sh eigen-eigen-*.tar.bz2
|
|
rm -rf .buildutils
|
|
mkdir -p .buildutils/m4
|
|
autoreconf -fvi
|