-
Warning during compilation:
~~~
ld: warning: could not create compact unwind for _TSIL_rk6: stack subq instruction is too different from dwarf stack size
~~~
Then:
~~~
Cannot open src/LibraryLin…
-
Hello,
I get the following error when I run "make" after "cmake -DTSIL_DIR=/path/to/tsil -DCMAKE_CXX_FLAGS=-DTSIL_SIZE_LONG .."
/tsil-mma-master/src/librarylink.cpp:242:14: error:
implic…
-
@Expander, I was checking why the test fails on docker. If I run it on my system, it's fine. But on the docker image I get
```
/usr/local/Wolfram/WolframEngine/12.1/SystemFiles/Kernel/Binaries/Linux…
-
If someone has a moment, could you look at the test `test/test_CMSSM_librarylink_slha.sh` on `FlexibleDecay-merge_upstream2`. I'm not sure why it fails. I think that some lines are shifted.
-
For example
```Makefile
ifeq ($(WITH_CMSSM),yes)
TEST_META += \
$(DIR)/test_CMSSM_3loop_beta.m \
$(DIR)/test_CMSSM_librarylink.m \
$(DIR)/test_CMSSM_librarylink_parallel.m
TES…
-
The language server does not seem to start in my VS Code. It keeps notifying me to install the right AST and Lint version AST-0.15 and Lint-0.15. Running `{PacletInstall["AST", "UpdateSites" -> True],…
-
Can someone check how long does it take to compile MSSM with library link using clang? It takes very long on my PC. Much longer than with gcc.
-
This issue tracks Audit 2.1, which in combination with Audit 2.0 (https://github.com/celo-org/celo-monorepo/pull/6174), will result in Release 2.
Scope of audit:
- [already merged smart contract c…
-
I just created a PR for this repo and I found that there's no way to automate tests if the new PR fails the tests in the repo. It will be great if there is a test pipeline like (Github Actions, Travis…
-
The source tree exported by the `make install-src` command is inconsistent:
~~~
./configure --with-models=SM --with-install-dir=install
make
make install-src
cd install
./configure
make
~~…