diff options
author | Peter Carbonetto | 2017-05-28 11:10:43 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-28 11:10:43 -0500 |
commit | 58675cedd52f1d8fb6f0b267470ddfdfc8ae65f2 (patch) | |
tree | 5e2c279eae445797fb3328d739dab3b90961a538 | |
parent | 7c5767db7138c2ced3715d5504c050650b8f3544 (diff) | |
download | pangemma-58675cedd52f1d8fb6f0b267470ddfdfc8ae65f2.tar.gz |
Update to d2f.sh; unfortunately I'm getting a lot of errors when I try to build with FORCE_FLOAT=1
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | src/d2f.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1b3dc47..f694434 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.o *.tar.gz +src/Eigen src/*_float.h src/*_float.cpp example/output diff --git a/src/d2f.sh b/src/d2f.sh index d3252e0..8d61937 100755 --- a/src/d2f.sh +++ b/src/d2f.sh @@ -1,6 +1,6 @@ #!/bin/bash -for prefix in gemma param io lm lmm mvlmm bslmm mathfunc prdt +for prefix in gemma param io lm lmm mvlmm bslmm mathfunc prdt vc do for extension in cpp h do |