Home
last modified time | relevance | path

Searched refs:_lib_path (Results 1 – 25 of 44) sorted by relevance

12

/dports/science/code_saturne/code_saturne-7.1.0/src/atmo/
H A Dcs_atmo_aerosol_ssh.c112 static const char _lib_path[] = "libssh-aerosol.so"; variable
366 _lib_path); in cs_atmo_aerosol_ssh_initialize()
367 _aerosol_so = cs_base_dlopen(_lib_path); in cs_atmo_aerosol_ssh_initialize()
533 "Unable to initialize: %s\n"), _lib_path); in cs_atmo_aerosol_ssh_initialize()
554 cs_base_dlclose(_lib_path, _aerosol_so); in cs_atmo_aerosol_ssh_finalize()
558 "Unable to close: %s\n"), _lib_path); in cs_atmo_aerosol_ssh_finalize()
591 "Unable to use %s\n"), _lib_path); in cs_atmo_aerosol_ssh_set_aero()
633 "Unable to use %s\n"), _lib_path); in cs_atmo_aerosol_ssh_get_aero()
657 "Unable to use %s\n"), _lib_path); in cs_atmo_aerosol_ssh_set_gas()
684 "Unable to use %s\n"), _lib_path); in cs_atmo_aerosol_ssh_get_gas()
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/keystone/
H A Dkeystone.py22 _lib_path = split(__file__)[0] variable
28 _lib_file = join(_lib_path, _lib)
49 _lib_path = distutils.sysconfig.get_python_lib() variable
52 _lib_file = join(_lib_path, 'keystone', _lib)
63 _lib_path = '/usr/local/lib/' variable
66 _lib_file = join(_lib_path, _lib)
/dports/net/ns3/ns-allinone-3.35/bake/bake/
H A DModuleEnvironment.py142 return os.path.join(self._lib_path(), 'pkgconfig')
157 def _lib_path(self): member in ModuleEnvironment
280 tofindIn=toFindIn+stdLibs+[self._lib_path()]
379 if os.path.isdir(self._lib_path()):
380 self._libpaths.add(self._lib_path())
381 if os.path.isdir(self._lib_path()+'64'):
382 self._libpaths.add(self._lib_path()+'64')
398 localLibPath=os.path.join(self._lib_path(),libDir[begin:])
401 …script = script + self.add_onPath("PYTHONPATH", [sys.path[0],self._lib_path(),localLibPath]) + "\n"
477 self._append_path(env_vars, self._lib_var(), self._lib_path(), os.pathsep)
/dports/mail/rspamd-devel/rspamd-93430bb/cmake/
H A DProcessPackage.cmake94 GET_FILENAME_COMPONENT(_lib_path "${_lib}" PATH)
95 LINK_DIRECTORIES("${_lib_path}")
97 SET(${PKG_NAME}_LIBRARY_PATH "${_lib_path}" CACHE INTERNAL "")
102 …MESSAGE(STATUS "Found package ${PKG_NAME} in '${_lib_path}' (${_lib}) and '${_stripped_incl}' (${P…
110 … MESSAGE(STATUS "Found incomplete package ${PKG_NAME} in '${_lib_path}' (${_lib}); no includes.")
/dports/mail/rspamd/rspamd-3.1/cmake/
H A DProcessPackage.cmake94 GET_FILENAME_COMPONENT(_lib_path "${_lib}" PATH)
95 LINK_DIRECTORIES("${_lib_path}")
97 SET(${PKG_NAME}_LIBRARY_PATH "${_lib_path}" CACHE INTERNAL "")
102 …MESSAGE(STATUS "Found package ${PKG_NAME} in '${_lib_path}' (${_lib}) and '${_stripped_incl}' (${P…
110 … MESSAGE(STATUS "Found incomplete package ${PKG_NAME} in '${_lib_path}' (${_lib}); no includes.")
/dports/devel/poco/poco-1.10.1-all/cmake/
H A DFindODBC.cmake97 find_library(_lib_path
114 if (_lib_path)
115 list(APPEND _odbc_required_libs_paths ${_lib_path})
117 unset(_lib_path CACHE)
/dports/devel/git-cola/git-cola-3.10.1/
H A Dsetup.py129 app_dir = _lib_path(*dirs)
136 def _lib_path(*dirs): function
/dports/databases/soci/soci-4.0.1/cmake/modules/
H A DFindODBC.cmake185 find_library(_lib_path
189 if (_lib_path)
190 list(APPEND _odbc_required_libs_paths ${_lib_path})
192 unset(_lib_path CACHE)
/dports/lang/swi-pl/swipl-8.2.3/packages/odbc/cmake/
H A DFindODBC.cmake170 find_library(_lib_path
174 if(_lib_path)
175 list(APPEND _odbc_required_libs_paths ${_lib_path})
177 unset(_lib_path CACHE)
/dports/math/saga/saga-8.1.3/saga-gis/cmake/modules/
H A DFindODBC.cmake172 find_library(_lib_path
176 if(_lib_path)
177 list(APPEND _odbc_required_libs_paths ${_lib_path})
179 unset(_lib_path CACHE)
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DFindODBC.cmake176 find_library(_lib_path
180 if(_lib_path)
181 list(APPEND _odbc_required_libs_paths ${_lib_path})
183 unset(_lib_path CACHE)
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DFindODBC.cmake176 find_library(_lib_path
180 if(_lib_path)
181 list(APPEND _odbc_required_libs_paths ${_lib_path})
183 unset(_lib_path CACHE)
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DFindODBC.cmake176 find_library(_lib_path
180 if(_lib_path)
181 list(APPEND _odbc_required_libs_paths ${_lib_path})
183 unset(_lib_path CACHE)
/dports/www/edbrowse/edbrowse-3.7.7/CMakeModules/
H A DFindODBC.cmake174 find_library(_lib_path
178 if(_lib_path)
179 list(APPEND _odbc_required_libs_paths ${_lib_path})
181 unset(_lib_path CACHE)
/dports/graphics/qgis/qgis-3.22.3/cmake/
H A DFindODBC.cmake170 find_library(_lib_path
174 if(_lib_path)
175 list(APPEND _odbc_required_libs_paths ${_lib_path})
177 unset(_lib_path CACHE)
/dports/devel/py-llvmlite/llvmlite-0.34.0/llvmlite/binding/
H A Dffi.py145 for _lib_path in _lib_paths:
147 lib = ctypes.CDLL(_lib_path)
/dports/finance/moneymanagerex/bakefile-0.2.9/output/
H A Dxcode2.py383 if config._lib_path != "":
384 buildSettings["LIBRARY_SEARCH_PATHS"] = config._lib_path
/dports/math/eigen3/eigen-3.3.9/cmake/
H A DFindScotch.cmake221 get_filename_component(${scotch_lib}_lib_path "${SCOTCH_${scotch_lib}_LIBRARY}" PATH)
224 list(APPEND SCOTCH_LIBRARY_DIRS "${${scotch_lib}_lib_path}")
H A DFindPastix.cmake467 get_filename_component(${pastix_lib}_lib_path ${PASTIX_${pastix_lib}_LIBRARY} PATH)
475 list(APPEND PASTIX_LIBRARY_DIRS "${${pastix_lib}_lib_path}")
477 set(PASTIX_LIBRARY_DIRS "${${pastix_lib}_lib_path}")
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/cmake/
H A DFindScotch.cmake221 get_filename_component(${scotch_lib}_lib_path "${SCOTCH_${scotch_lib}_LIBRARY}" PATH)
224 list(APPEND SCOTCH_LIBRARY_DIRS "${${scotch_lib}_lib_path}")
H A DFindPastix.cmake467 get_filename_component(${pastix_lib}_lib_path ${PASTIX_${pastix_lib}_LIBRARY} PATH)
475 list(APPEND PASTIX_LIBRARY_DIRS "${${pastix_lib}_lib_path}")
477 set(PASTIX_LIBRARY_DIRS "${${pastix_lib}_lib_path}")
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/cmake/
H A DFindScotch.cmake221 get_filename_component(${scotch_lib}_lib_path "${SCOTCH_${scotch_lib}_LIBRARY}" PATH)
224 list(APPEND SCOTCH_LIBRARY_DIRS "${${scotch_lib}_lib_path}")
/dports/misc/opennn/opennn-5.0.5/eigen/cmake/
H A DFindScotch.cmake221 get_filename_component(${scotch_lib}_lib_path "${SCOTCH_${scotch_lib}_LIBRARY}" PATH)
224 list(APPEND SCOTCH_LIBRARY_DIRS "${${scotch_lib}_lib_path}")
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/cmake/
H A DFindScotch.cmake221 get_filename_component(${scotch_lib}_lib_path "${SCOTCH_${scotch_lib}_LIBRARY}" PATH)
224 list(APPEND SCOTCH_LIBRARY_DIRS "${${scotch_lib}_lib_path}")
/dports/science/py-h5py/h5py-3.6.0/
H A Dsetup_configure.py232 self._lib_path = path

12