You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a headsup, the w3nco and sp libraries have been deprecated in favor of w3emc and ip, respectively. We are trying, as much as possible, to phase them out.
Solution
w3emc and ip should provide all needed functionality. I am able to build (though have not attempted to test) building without w3nco and sp by modifying/removing the appropriate find_package and target_link_libraries invocations. w3emc should work as a swap-in replacement without any tweaking of compiled code. Same for ip version 5.0, but for version 5.1, the sp functionality is contained in a Fortran module and therefore requires use sp_mod wherever sp procedures are called. I'm happy to help contribute CMake logic for handling various versions so that the older libraries can still be used if/when needed.
The text was updated successfully, but these errors were encountered:
Description
As a headsup, the w3nco and sp libraries have been deprecated in favor of w3emc and ip, respectively. We are trying, as much as possible, to phase them out.
Solution
w3emc and ip should provide all needed functionality. I am able to build (though have not attempted to test) building without w3nco and sp by modifying/removing the appropriate
find_package
andtarget_link_libraries
invocations. w3emc should work as a swap-in replacement without any tweaking of compiled code. Same for ip version 5.0, but for version 5.1, the sp functionality is contained in a Fortran module and therefore requiresuse sp_mod
wherever sp procedures are called. I'm happy to help contribute CMake logic for handling various versions so that the older libraries can still be used if/when needed.The text was updated successfully, but these errors were encountered: