@@ -14,7 +14,6 @@ class Magix3d(CMakePackage):
1414
1515 variant ('dkoc' , default = False , description = 'Utilisation du lecteur Catia DKOC pour OpenCascade' )
1616 variant ('mdlparser' , default = False , description = 'Utilisation du lecteur du format mdl' )
17- variant ('meshgems' , default = False , description = 'Utilisation de la bibliotheque de maillage volumique MeshGems' )
1817 variant ('sepa3d' , default = False , description = 'Utilisation du celebre outil de separatrices 3D' )
1918 variant ('smooth3d' , default = False , description = 'Utilisation de la bibliotheque de lissage volumique Smooth3D' )
2019 variant ('triton2' , default = True , description = 'Utilisation du mailleur tetraedrique Tetgen' )
@@ -56,7 +55,6 @@ class Magix3d(CMakePackage):
5655 depends_on ('pkgconfig' , type = ('build' ))
5756 # depends_on('[email protected] : +shared', type=('build', 'link'), when='+mdlparser') 5857 # depends_on('dkoc', type=('build', 'link'), when='+dkoc')
59- # depends_on('meshgems', type=('build', 'link'), when='+meshgems')
6058 # depends_on('separatrice3d +shared', type=('build', 'link'), when='+sepa3d')
6159 # depends_on('experimentalroom')
6260
@@ -113,7 +111,6 @@ def fill_cmake_args(self, batch, t_ext, erd_ext, team, dox_path, dkoc_lic):
113111
114112 args .append (self .define_from_variant ('DKOC' , 'dkoc' ))
115113 args .append (self .define_from_variant ('MDLPARSER' , 'mdlparser' ))
116- args .append (self .define_from_variant ('MESHGEMS' , 'meshgems' ))
117114 args .append (self .define_from_variant ('SEPA3D' , 'sepa3d' ))
118115 args .append (self .define_from_variant ('SMOOTH3D' , 'smooth3d' ))
119116 args .append (self .define_from_variant ('TRITON' , 'triton2' ))
0 commit comments