Skip to content
Snippets Groups Projects
Commit 91f919b0 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fixed regression in setup.py.in

parent 4c4a148e
No related branches found
No related tags found
1 merge request!16MPI operators
Pipeline #29421 canceled
......@@ -342,17 +342,6 @@ if enable_cpp is "ON":
ext_modules.append(ext[ex])
data_files = []
# if "@WITH_GPU@" is "ON":
# cl_src_dirs = ["cl_src", "cl_src/kernels",
# "cl_src/advection", "cl_src/remeshing"]
# for cl_dir in cl_src_dirs:
# data_files.append(
# ('./hysop/gpu/' + cl_dir,
# ['@CMAKE_SOURCE_DIR@/hysop/gpu/' + cl_dir + '/'
# + cl_file
# for cl_file in os.listdir(
# '@CMAKE_SOURCE_DIR@/hysop/gpu/' + cl_dir + '/')
# if cl_file[0] != '.' and cl_file[0] != '#' and cl_file[-3:] == '.cl']))
descr = 'Hybrid Computation with Particles.'
authors = 'G.H Cottet, J.M Etancelin, J.B Keck, C.Mimeau, F.Pérignon, C. Picard'
......@@ -363,8 +352,8 @@ config = Configuration(
description=descr,
author=authors,
author_email='hysop-members@lists.forge.imag.fr',
url='https://forge.imag.fr/projects/hysop/',
license='GNU General Public License (GPLv3)',
url='https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop',
license='Apache Licence, Version 2.0 (APLv2)',
package_dir={'': '@CMAKE_SOURCE_DIR@'},
ext_modules=ext_modules,
packages=packages,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment