-
On M1 (2020) I get using the latest `lfortran` from conda:
```
$ time lfortran --version
LFortran version: 0.28.0
Platform: macOS ARM
Default target: arm64-apple-darwin20.5.0
lfortran --version …
-
We use Centos6.10 to make AppImage bundles (32 and 64 bits).
Until now, we use a bash script with all rules to clean-up appdir before to package with AppImageKit. This stage work fine.
Now i wan…
-
I encountered a new issue. Could you help take a look?
```
acpp -stdlib=libc++ -O3 -c backprop.cpp -o backprop.o
error: unable to load plugin '/home/1/acpp/AdaptiveCpp-develop/build/install/bin…
-
Hey team,
We're using JOSESwift as a dependency for our xcframework. I've been trying to add JOSESwift to our xcframework binary target using SPM, but unfortunately, I'm encountering an error. The …
-
I would like to link Blis and Lapack statically into the same executable. However, this is not possible since several symbols are multiply defined between Blis and Lapack. These are `lsame`, `xerbla`,…
-
**Describe the bug**
# readelf -S ld-2.17.so | grep dynamic
[17] .dynamic DYNAMIC 0000000000221e00 00021e00
# readelf -S ld-linux-x86-64.so.2 | grep dynamic
[17] .dynami…
-
This is how it's done:
``` python
import pyposeidon
params = {
"solver_name": "schism",
"rpath": "/path/to/model/directory/",
}
model = pyposeidon.model.set(**params)
model.resul…
-
Xiajuns-MacBook-Pro:~ Xiajun$ jupyter notebook
[I 15:08:41.597 NotebookApp] The port 8888 is already in use, trying another port.
[I 15:08:41.620 NotebookApp] Serving notebooks from local directory:…
-
i am trying to copy multiple files using gcsfs put API. The syntax provided to copy multiple files goes like this. lpath1 is supposed to put the data into rapth1 and respectively for other files.
gcs…
-
g++ tutorial.cc -I/usr/local/cloredis/include -L/usr/local/cloredis/lib/ -lcloredis -o main -std=c++11 -Wl,-rpath=/usr/local/cloredis/lib
应该是
g++ tutorial.cc -I/usr/local/cloredis/include/cloredi…