FoBiS icon indicating copy to clipboard operation
FoBiS copied to clipboard

FoBiS.py, Fortran projects Building System for poor people

Results 8 FoBiS issues
Sort by recently updated
recently updated
newest added

Building src/lib/forbear.f90 Compiling src/third_party/FACE/src/lib/face.F90 src/lib/forbear_kinds.F90 using 2 concurrent processes Traceback (most recent call last): File "/usr/local/bin/FoBiS.py", line 4, in __import__('pkg_resources').run_script('FoBiS.py==2.9.3', 'FoBiS.py') File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", line 651, in run_script self.require(requires)[0].run_script(script_name, ns) File...

In the intel compiler options: ```python self._openmp = ['-qopenmp', '-oqpenmp'] ``` I think the second one is a typo.

bug

I'm seeing a crash like this with gfortran 9 in GitHub actions, using coverage: ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.6.13/x64/bin/FoBiS.py", line 29, in main() File "/opt/hostedtoolcache/Python/3.6.13/x64/lib/python3.6/site-packages/fobis/fobis.py", line 51,...

bug

The `Builder.py` has hardcoded [archiver+flags and ranlib implementation](https://github.com/szaghi/FoBiS/blob/3fdc47499a953fbba4cf10adb204bfc6c4a1b2bb/src/main/python/fobis/Builder.py#L417): ``` link_cmd = "ar -rcs " + lib + " " + link_cmd + " \n ranlib " + lib ``` that...

FoBiS doesn't currently work on Windows. It seems to fail pretty early with: ```python Traceback (most recent call last): File "C:\Anaconda3\Scripts\FoBiS.py", line 21, in main() File "C:\Anaconda3\lib\site-packages\fobis\fobis.py", line 45, in...

bug

Hi Would it be possible to add a feature to use multiple templates in the same mode? Something like the following syntax ``` [gnu] template = template-gnu template-normal [gnu-debug] template...

enhancement
ready

While trying to build 3.0.5 release against py3.12, we ran into some runtime failure ``` ==> /opt/homebrew/Cellar/fobis/3.0.5_2/bin/FoBiS.py build -compiler gnu Traceback (most recent call last): File "/opt/homebrew/Cellar/fobis/3.0.5_2/bin/FoBiS.py", line 19, in...

since last year we support for nvfortran. do we plan to release new version on pypi?

enhancement
question
in progress