-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build the makefile in Ubuntu (help wanted) #11
Comments
Could you try to compile just one routine (e.g., AB01MD.f) to see if the path is correctly set and the object file can be generated? |
Thank you for your answer. |
Yes, this is probably the best choice. For Julia, there are also ready to use libraries on many platforms compiled with various free compilers (see https://github.com/JuliaBinaryWrappers/SLICOT_jll.jl). |
ifort must be called from a Windows Makefile. One problem is that the include statement of the
If the command Unfortunately, the makefile_Unix files contain other errors. See PR Here, the command The debian pkg (https://salsa.debian.org/science-team/slicot/-/blob/master/debian/rules?ref_type=heads) could be useful, created by @svillemot. I still have problems understanding the flags of make. At least I was able to compile something on Ubuntu22.04. I would also like to see detailed installation instructions for Ubuntu/Debian. |
I an trying to compile SLICOT on Ubuntu.
I deleted all the windows makefile and changed the name of all unix files from makefile_Unix to makefile.
When I hit make, I get:
Could you help me please?
The text was updated successfully, but these errors were encountered: