-
We depend on prebuilt binaries for Windows Ipopt, which is fragile. The ampl/coin scripts for building Ipopt are updated to support gfortran, and we should make this a backup option for Ipopt on Windo…
-
## Manually built currently:
- [x] gfortran (on x86_64, to add -fPIC), custom built on Alpine
- [x] zlib (might not need manual build) We might be able to use the zlib-static package instead, and set…
-
If installing in a virtual machine things like curl and git may are missing. Also build essentials and so on are probably missing.
```bash
# brew page suggests https://docs.brew.sh/Homebrew-on-Lin…
-
This issue captures a longstanding (and generally ignored) issue with CRTM wherein some ctest results will differ when run in release vs. debug. I don't know that there's a clear solution, but gi…
-
Since ifort is now basically free we could switch from the gfortran hack to ifort. That would have the benefit that the linkage is no longer limited.
-
# Summary
|Build Failures|Additional Info|
|---|---|
|gcc-linux-rv64gcv-lp64d-70f59d2a1c51bde085d8fc7df002918851e76c9c-multilib|Check logs|
|gcc-linux-rv32gc-ilp32d-70f59d2a1c51bde085d8fc7df002918851…
-
```
What steps will reproduce the problem?
1.
./drgap -i test.maf -g KEGG_plus_4.txt -f hg19_refGene.exp
What is the expected output? results rather than an error:
What do you see instead?
Error in…
-
```
What steps will reproduce the problem?
1. use OPEN or INQUIRE statement in .f program
2. compile (no problems) and run the program
3.
What is the expected output? What do you see instead?
fortran…
-
Before I was able to install esci successfully, I had to first install the following dependencies:
```
sudo apt install gfortran \
liblapack-dev \
libblas-dev
…
-
## Checklist
> Please ensure the following tasks are completed before filing a bug report.
- [x] Read and understood the [Code of Conduct][code-of-conduct].
- [x] Searched for existing …