-
Hi,
When running the latest revision of quine-relay on Arch Linux, I get the following error:
```
#######################
## Fortran90 -> Go ##
#######################
gfortran -o QR QR.f90
QR.f9…
-
I would like to request a fully-functional FindADIOS.cmake, which detects not only libadios and adios.h, but also all the dependent libraries.
So far, I have manually performed ADIOS detection in my …
-
I have a small question regarding compiling using msvc 2010 after generating a solution using Cmake. I want to downlaod and build Ipopt as part of the compilation. however I get this message on msvc,
…
-
_Original ticket http://projects.scipy.org/scipy/ticket/531 on 2007-11-02 by trac user stieltje, assigned to @cournape._
trying to upgrade to scipy 0.5.2.1 yields:
---> Upgrading 'py24-scipy-0.3.2_…
-
_Original ticket http://projects.scipy.org/numpy/ticket/621 on 2007-11-23 by trac user jspaans, assigned to @jarrodmillman._
When trying to wrap some fortran90 code on my platform (OS X, python2.5 fr…
-
_Original ticket http://projects.scipy.org/numpy/ticket/621 on 2007-11-23 by trac user jspaans, assigned to atmention:jarrodmillman._
When trying to wrap some fortran90 code on my platform (OS X, pyt…
-
see heading
-
Original ticket http://projects.scipy.org/numpy/ticket/621
Reported 2007-11-23 by trac user jspaans, assigned to atmention:jarrodmillman.
When trying to wrap some fortran90 code on my platform (OS X,…
-
Original ticket http://projects.scipy.org/numpy/ticket/621
Reported 2007-11-23 by trac user jspaans, assigned to atmention:jarrodmillman.
When trying to wrap some fortran90 code on my platform (OS X,…
-
In https://github.com/certik/fortran90.org/blob/master/src/best-practices.rst#arrays, it is mentioned that to initialize an array we can use the
```
integer :: r(5)
r = [1, 2, 3, 4, 5]
```
syntax. H…