Part 1 of 2 of a commit to reduce filenames in the romio component
(because we kept bumping up against the max filename limit in "tar" when making tarballs, especially if the version number got long). This commit was SVN r7065.
Этот коммит содержится в:
родитель
774f879a41
Коммит
8006b1a5a8
@ -21,7 +21,7 @@ include $(top_ompi_srcdir)/config/Makefile.options
|
||||
sources =
|
||||
include src/Makefile.extra
|
||||
|
||||
SUBDIRS = romio-dist
|
||||
SUBDIRS = romio
|
||||
|
||||
# Make the output library in this directory, and name it either
|
||||
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
|
||||
@ -39,7 +39,7 @@ component =
|
||||
component_sources =
|
||||
endif
|
||||
|
||||
libs = romio-dist/libromio_dist.la
|
||||
libs = romio/libromio_dist.la
|
||||
|
||||
mcacomponentdir = $(libdir)/openmpi
|
||||
mcacomponent_LTLIBRARIES = $(component)
|
||||
|
@ -1 +1 @@
|
||||
romio-dist
|
||||
romio
|
||||
|
@ -54,7 +54,7 @@ AC_DEFUN([MCA_io_romio_CONFIG],[
|
||||
AC_CHECK_LIB(aio, main)
|
||||
|
||||
ompi_show_subtitle "Configuring ROMIO distribution"
|
||||
OMPI_CONFIG_SUBDIR([ompi/mca/io/romio/romio-dist],
|
||||
OMPI_CONFIG_SUBDIR([ompi/mca/io/romio/romio],
|
||||
[$io_romio_flags],
|
||||
[io_romio_happy=1], [io_romio_happy=0])
|
||||
|
||||
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
x
Ссылка в новой задаче
Block a user