Fix runtime CFLAGS detection#2371
Conversation
|
The test suite is unstable according to OpenModelica_TEST_PULL_REQUEST 2018-04-17_07-44-14. |
|
@wibraun would it be possible to stop using macros the symbolic Jacobian code? Or at least stop using dollars in the identifiers? |
|
I think we could just use System.unquoteIdentifier instead. I'll look into it... |
3305bb7 to
352a480
Compare
|
The test suite is unstable according to OpenModelica_TEST_PULL_REQUEST 2018-04-17_08-35-19. |
352a480 to
92c20df
Compare
|
The job failed to compile; for details, see OpenModelica_TEST_PULL_REQUEST 2018-04-17_09-23-06. |
92c20df to
01a58ec
Compare
|
The job failed to compile; for details, see OpenModelica_TEST_PULL_REQUEST 2018-04-17_09-37-20. |
|
Yes, we can stop using macros in symbolic jacobian. I'll can try to do so. |
01a58ec to
8f5e8d6
Compare
|
Variables beginning with |
|
The test suite is unstable according to OpenModelica_TEST_PULL_REQUEST 2018-04-25_10-52-19. |
8f5e8d6 to
8e96763
Compare
|
The test suite is unstable according to OpenModelica_TEST_PULL_REQUEST 2018-04-25_11-20-37. |
8e96763 to
27816bf
Compare
|
The test suite is unstable according to OpenModelica_TEST_PULL_REQUEST 2018-04-25_12-41-22. |
27816bf to
69b1d94
Compare
|
The test suite is unstable according to OpenModelica_TEST_PULL_REQUEST 2018-04-25_13-33-58. |
afa3ea3 to
5cf83a0
Compare
|
The test suite is unstable according to OpenModelica_TEST_PULL_REQUEST 2019-04-02_09-02-54. |
0518753 to
d4ec571
Compare
|
The test suite is unstable according to OpenModelica_TEST_PULL_REQUEST 2019-04-02_11-28-47. |
The old code only worked for some combinations of CFLAGS. It did not actually find -fno-dollars-in-identifiers.
d4ec571 to
3685fba
Compare
|
The tests run correctly according to OpenModelica_TEST_PULL_REQUEST 2019-04-02_13-16-48. |
The old code only worked for some combinations of CFLAGS. It did not actually find -fno-dollars-in-identifiers. Belonging to [master]: - #2371
The old code only worked for some combinations of CFLAGS. It did not
actually find -fno-dollars-in-identifiers.