Skip to content

Commit

Permalink
v.0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AKurkina committed Nov 7, 2023
1 parent 474d265 commit f852b6c
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 96 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
# Change Log

## 0.2.11

- Updated versions of 3rd party dependencies

## 0.2.10

- Fixed word-wrap dependency vulnerability
- Updated version of 'word-wrap' dependency

## 0.2.9

- Fixed xml2js dependency vulnerability
- Updated version of 'xml2js' dependency
- Added option to download Intel® oneAPI Toolkits while setting up the enviroment

## 0.2.8

- Updated dependencies
- Updated versions of 3rd party dependencies

## 0.2.7

- Updated dependencies
- Updated versions of 3rd party dependencies

## 0.2.5

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ You can specify the direct path to the oneAPI install directory in order to avoi
## Using setvars_config files for oneAPI Environment
You can limit the initialization of the environment to a specific set of oneAPI components, and also initialize the environment for a specific version of the component.

Due to changes in directory layout, 2024.0 version of Intel® oneAPI Toolkits include 2 environment setup scripts - setvars and oneapi-vars. Note that oneapi-vars script **doesn't work with config files**, so you can only use setvars script for this case.

For this you need:
1. Press `Ctrl+, ( or File -> Preferences -> Settings )` to open the Settings.
2. On the left side of the Settings window, select `Extensions>Environment Configurator for Intel® oneAPI Toolkits`.
Expand All @@ -39,11 +41,10 @@ For this you need:
5. To switch the environment, click `Intel oneAPI: Switch environment` and select the configuration file that the environment is associated with.
6. To delete the oneAPI environment, open the Command Palette and select `Intel oneAPI: Clear environment variables`.


Note that the name of the configuration file can be arbitrary, but it will be used as an environment identifier. Using different files with the same name will result in the reinitialization of the current environment and not the creation of a new one.
Also the name of the configuration file can be arbitrary, but it will be used as an environment identifier. Using different files with the same name will result in the reinitialization of the current environment and not the creation of a new one.

## Contributing
Install Visual Studio Code (at least version 1.46) and open this project within it.
Install Visual Studio Code (at least version 1.83.1) and open this project within it.
You may also need `node+npm` installed:

```bash
Expand Down
57 changes: 28 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oneapi-environment-configurator",
"displayName": "Environment Configurator for Intel® oneAPI Toolkits",
"description": "Configure environment for working with Intel® oneAPI Toolkits",
"version": "0.2.10",
"version": "0.2.11",
"license": "MIT",
"icon": "media/oneapi-logo.png",
"publisher": "intel-corporation",
Expand Down
Loading

0 comments on commit f852b6c

Please sign in to comment.