-
Notifications
You must be signed in to change notification settings - Fork 33
Description
I am use Ubuntu 22.04.3 LTS
It run folder tmp
When cmake .. -DCMAKE_BUILD_TYPE=Release Have The ERROR
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The Fortran compiler identification is GNU 9.4.0
-- Check for working Fortran compiler: /usr/bin/gfortran
-- Check for working Fortran compiler: /usr/bin/gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /usr/bin/gfortran supports Fortran 90
-- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes
-- Found PythonInterp: /usr/bin/python3.8 (found version "3.8.10")
-- DEFSYM_FLAG: --using-defsym
-- Alias generation output: linux-- Alias generation error: Traceback (most recent call last):
File "/tmp/REFPROP-cmake/generate_aliases.py", line 22, in tokenize
for line in open(os.path.join(path_to_FORTRAN,"PASS_FTN.FOR"), 'r').readlines():
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/REFPROP-cmake/FORTRAN/PASS_FTN.FOR'During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/REFPROP-cmake/generate_aliases.py", line 129, in
tokens = tokenize(header_path, FORTRAN_path)
File "/tmp/REFPROP-cmake/generate_aliases.py", line 25, in tokenize
for line in open(os.path.join(path_to_FORTRAN,"DLLFILES","PASS_FTN.FOR"), 'r').readlines():
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/REFPROP-cmake/FORTRAN/DLLFILES/PASS_FTN.FOR'CMake Error at CMakeLists.txt:174 (file):
file failed to open for reading (No such file or directory):/tmp/REFPROP-cmake/build/aliases_string.txt-- Configuring incomplete, errors occurred!
See also "/tmp/REFPROP-cmake/build/CMakeFiles/CMakeOutput.log".
How do I use REFPROP with PHP 8.3?Has anyone succeeded?