summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix #114: Problems with building with MSVC and GCC under Cygwincookedm2006-07-281-11/+34
|
* fix arch flags for ifort on machines in em64t modecookedm2006-07-171-0/+6
|
* Eliminate more warnings and add fixes from #149 and #150Travis Oliphant2006-06-211-1/+3
|
* Add power to integer scalar types.cookedm2006-06-061-3/+3
|
* Updated g95 version pattern.Pearu Peterson2006-05-311-1/+4
|
* label g95 as the G95 Fortran Compiler, not GNU Fortran 95cookedm2006-05-201-1/+1
|
* Add feature: read f77 compiler flags from source. Added a section for extra ↵Pearu Peterson2006-05-191-1/+29
| | | | features in numpy.distutils.
* Fix for using NAG Fortran 95, due to James Graham <jg307@cam.ac.uk>cookedm2006-05-171-1/+1
|
* Fix version detection of an older absoft compiler (version 2.3 to be specific).Pearu Peterson2006-04-191-1/+4
|
* Some fixes for Absoft Fortran 10.0 on 64-bit Linux. I would appreciate some ↵Robert Kern2006-04-191-2/+13
| | | | double-checking from someone else on this!
* Actually return the appropriate version if found.Robert Kern2006-04-161-1/+1
|
* Add Intel EM64T Fortran Compiler support.Pearu Peterson2006-04-092-3/+26
|
* Fixed typo.Pearu Peterson2006-04-081-1/+1
|
* Add support to specify config_fc option in setup.py file.Pearu Peterson2006-04-081-2/+6
|
* Removed cc_dynamic from libraries list for Gnu95FCompiler (darwin).Pearu Peterson2006-04-081-0/+6
|
* Applied http://projects.scipy.org/scipy/numpy/ticket/39Pearu Peterson2006-03-311-4/+9
|
* Fixed import.Pearu Peterson2006-03-281-1/+1
|
* Better version matching for Sun Fortran, and don't panic when we can't match ↵cookedm2006-03-211-1/+5
| | | | the version number
* whoops, readd cc_dynamic to libs to link with for darwin platform.cookedm2006-03-211-2/+2
|
* For version checking of compilers, first look for a .version_match methodcookedm2006-03-181-5/+7
| | | | | | | to call, then check the version_pattern regex if not found. Also add a simple_version_match function to ccompiler which does a fuzzy match. Update the GNU Fortran compilers to use version_match.
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-102-6/+6
| | | | extraneous whitespace
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-1/+1
|
* Fixing mingw32 building: fixes undefined referece __EH_FRAME_BEGIN__ linker ↵Pearu Peterson2006-02-181-1/+5
| | | | failure.
* Applied Matthew Brett patch: clean up the logic in gnu.get_flags_arch, ↵Pearu Peterson2006-02-151-52/+59
| | | | support to more recent cpus.
* Back out mistaken commitRobert Kern2006-02-092-3/+3
|
* Fixed join() -> os.path.join()Robert Kern2006-02-092-3/+3
|
* Changed -M to -J for gfortran.Pearu Peterson2006-02-061-1/+1
|
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-10/+11
|
* Revert passing -m32 to g77cookedm2006-01-181-3/+3
|
* added passing optional context to the __array__ methodsasha2006-01-181-1/+1
|
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy ↵Pearu Peterson2006-01-141-1/+2
| | | | packages.
* Changed all references to scipy to numpyTravis Oliphant2006-01-0415-48/+48
|
* Moved scipy directory to numpyTravis Oliphant2006-01-0415-0/+1870