vcpkg/ports/salome-medcoupling/fix-missing-symbols.patch
Alexander Neumann a109b7ccb2
[salome-medcoupling] Add new port (#32916)
* [salome-configuration|medcoupling] new ports

* format manifest

* v db

* remove trace

* v db

* fix dep

* v db

* Apply suggestions from code review

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* v db

* adjust SALOME_WITH_MPI depending on HDF5

* remove nuking of CMAKE_PREFIX_PATH from salome

* v db

* fix post build

* v db

* Fix med-fichier config on linux

* add supports

* format manifest

* v db

* don't want to investigate linux failure further

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-08-07 09:59:40 -07:00

14 lines
780 B
Diff

diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx
index 60d040806..8cb6748d2 100644
--- a/src/MEDCoupling/MEDCouplingMemArray.cxx
+++ b/src/MEDCoupling/MEDCouplingMemArray.cxx
@@ -44,6 +44,8 @@ using namespace MEDCoupling;
template class MEDCOUPLING_EXPORT MEDCoupling::MemArray<mcIdType>;
template class MEDCOUPLING_EXPORT MEDCoupling::MemArray<double>;
+template class MEDCOUPLING_EXPORT MEDCoupling::MemArray<Int32>;
+template class MEDCOUPLING_EXPORT MEDCoupling::MemArray<Int64>;
template class MEDCOUPLING_EXPORT MEDCoupling::DataArrayTemplate<mcIdType>;
template class MEDCOUPLING_EXPORT MEDCoupling::DataArrayTemplate<double>;
template class MEDCOUPLING_EXPORT MEDCoupling::DataArrayTemplateClassic<Int32>;