# # File: nectar.jam # Author: Amlal El Mahrouss, # Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License # # Supports the Nectar compiler for PTX. import toolset ; if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ] { .debug-configuration = true ; } feature.extend toolset : ptx-necdrv ;